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
-**offline**: If activated, the client will only fetch the configuration inside your snapshot file. The default value is 'false'.
75
+
-**offline**: If activated, the client will only fetch the configuration inside your snapshot file. The default value is 'false'
76
76
-**logger**: If activated, it is possible to retrieve the last results from a given Switcher key using Switcher.getLogger('KEY')
77
-
-**snapshotLocation**: Location of snapshot files. The default value is './snapshot/'.
78
-
-**silentMode**: If activated, all connectivity issues will be ignored and the client will automatically fetch the configuration into your snapshot file.
79
-
-**retryAfter** : Time given to the module to re-establish connectivity with the API - e.g. 5s (s: seconds - m: minutes - h: hours).
77
+
-**snapshotLocation**: Location of snapshot files. The default value is './snapshot/'
78
+
-**silentMode**: If activated, all connectivity issues will be ignored and the client will automatically fetch the configuration into your snapshot file
79
+
-**retryAfter**: Time given to the module to re-establish connectivity with the API - e.g. 5s (s: seconds - m: minutes - h: hours)
80
+
-**regexMaxBlackList**: Number of entries cached when REGEX Strategy fails to perform (reDOS safe) - default: 50
81
+
-**regexMaxTimeLimit**: Time limit (ms) used by REGEX workers (reDOS safe) - default - 3000ms
80
82
81
83
## Executing
82
84
There are a few different ways to call the API using the JavaScript module.
0 commit comments