You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -296,6 +296,6 @@ If `bootstrapOverride` is `false` any local cached data will not be overridden u
296
296
297
297
## Manage your own refresh mechanism
298
298
299
-
You can opt out of the Unleash feature flag auto-refresh mechanism and metrics update by settings the `refreshInterval` and/or `metricsInterval` options to `false`.
299
+
You can opt out of the Unleash feature flag auto-refresh mechanism and metrics update by settings the `refreshInterval` and/or `metricsInterval` options to `0`.
300
300
In this case, it becomes your responsibility to call `updateToggles` and/or `sendMetrics` methods.
301
301
This approach is useful in environments that do not support the `setInterval` API, such as service workers.
0 commit comments