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: doc/7/core-classes/kuzzle/constructor/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Kuzzle SDK instance options.
45
45
|`deprecationWarning`| <pre>boolean</pre><br />(`true`) | Show deprecation warning in development (hidden either way in production) |
46
46
|`eventTimeout`| <pre>number</pre><br/>(`200`) | Time (in ms) during which a similar event is ignored |
47
47
|`offlineMode`| <pre>string</pre><br/>(`manual`) | Offline mode configuration. Can be `manual` or `auto`|
48
-
|`queueTTL`| <pre>number</pre><br/>(`120000`) | Time a queued request is kept during offline mode, in milliseconds|
48
+
|`queueTTL`| <pre>number</pre><br/>(`120000`) | Time a queued request is kept during offline mode, in milliseconds. Set it to `0` to keep queued requests indefinitely|
49
49
|`queueMaxSize`| <pre>number</pre><br/>(`500`) | Number of maximum requests kept during offline mode |
50
50
|`replayInterval`| <pre>number</pre><br/>(`10`) | Delay between each replayed requests, in milliseconds |
51
51
|`requestTimeout`| <pre>number</pre><br/> | Default time (in ms) during which a request will still be waited to be resolved. Set it `-1` if you want to wait indefinitely |
0 commit comments