We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7f09a commit 8221f9cCopy full SHA for 8221f9c
docs/components/query.md
@@ -270,10 +270,10 @@ Flags:
270
if no max_source_resolution param is specified.
271
--query.partial-response Enable partial response for queries if no
272
partial_response param is specified.
273
- --store.read-timeout=0ms Maximum time to wait for any data from store.
274
- If Store doesn't send any data in
275
- storeReadTimeout the Store will be ignored and
276
- partial data will be returned. 0 disables
277
- timeout.
+ --store.response-timeout=0ms
+ If a Store doesn't send any data in this
+ specified duration then a Store will be ignored
+ and partial data will be returned if it's
+ enabled. 0 disables timeout.
278
279
```
0 commit comments