mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix default value for elasticsearch.requestTimeout
make the value match the es client default and the joi config value Fixes #6377
This commit is contained in:
parent
cfdcd4d5a6
commit
367d35579e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
# Time in milliseconds to wait for responses from the back end or elasticsearch.
|
||||
# This must be > 0
|
||||
# elasticsearch.requestTimeout: 300000
|
||||
# elasticsearch.requestTimeout: 30000
|
||||
|
||||
# Time in milliseconds for Elasticsearch to wait for responses from shards.
|
||||
# Set to 0 to disable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue