We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8e98e commit b994c6fCopy full SHA for b994c6f
src/feature_probe.rs
@@ -251,7 +251,7 @@ impl FeatureProbe {
251
}
252
253
#[cfg(all(feature = "use_tokio", feature = "realtime"))]
254
- pub fn sync_once(&self, t: SyncType) {
+ pub fn sync_now(&self, t: SyncType) {
255
trace!("sync now url {}", &self.config.toggles_url);
256
let syncer = match &self.syncer {
257
Some(syncer) => syncer.clone(),
0 commit comments