- 
                Notifications
    You must be signed in to change notification settings 
- Fork 17
Add a timeout option for every request #632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 33 commits
2b84bb2
              d8bdbfd
              9583fce
              e03a4ba
              f6d0281
              05d560c
              9a21ec5
              ed83551
              ac8192d
              e1f4d9c
              a56fecb
              e34355f
              ae86899
              e98fb40
              65456d3
              2d8e7c6
              7cf2ba0
              b98b947
              1ef0452
              b964228
              50c722f
              0c59083
              b6d57ef
              db4920e
              1d886c8
              aa6b40b
              8390f55
              6d2dabd
              4af1816
              b29c1ae
              3fee54c
              736e46c
              068b761
              9a44654
              747a1c8
              1c828ac
              ea885ed
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -27,9 +27,10 @@ createMyCredentials(strategy, credentials, [options]); | |
|  | ||
| Additional query options | ||
|  | ||
| | Property | Type<br/>(default) | Description | | ||
| | ---------- | ------------------------------- | ---------------------------------------------------------------------------- | | ||
| | `queuable` | <pre>boolean</pre><br/>(`true`) | If true, queues the request during downtime, until connected to Kuzzle again | | ||
| | Property | Type<br/>(default) | Description | | ||
| | ---------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------- | | ||
| | `queuable` | <pre>boolean</pre><br/>(`true`) | If true, queues the request during downtime, until connected to Kuzzle again | | ||
| | `timeout` | <pre>number</pre> | Time (in ms) during which a request will still be waited to be resolved. Set it `-1` if you want to wait indefinitely | | ||
|          | ||
|  | ||
| ## Resolves | ||
|  | ||
|  | ||
Uh oh!
There was an error while loading. Please reload this page.