Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 438 Bytes

File metadata and controls

15 lines (11 loc) · 438 Bytes
description
Parameter to manage query timeout

_timeout

With _timeout parameter, you can control the search query timeout in seconds. If the query takes more than the timeout value, it will be cancelled. The default timeout value is about one minute.

Default timeout value can be set with box_search_default__params_timeout env

{% code title="Example" %}

box_search_default__params_timeout=120

{% endcode %}