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
Query timeouts should not primarily be configured at a consul/Armeria level for all queries, but should by dynamic depending on the amount of data being requested. This could be a query-level arg, as seen in Opensearch - https://opensearch.org/docs/2.9/api-reference/search/
timeout
Time
How long the operation should wait for a response from active shards. Default is 1m.
The text was updated successfully, but these errors were encountered:
Description
Query timeouts should not primarily be configured at a consul/Armeria level for all queries, but should by dynamic depending on the amount of data being requested. This could be a query-level arg, as seen in Opensearch - https://opensearch.org/docs/2.9/api-reference/search/
The text was updated successfully, but these errors were encountered: