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:
Joe Fleming 2016-03-01 17:10:32 -07:00
parent cfdcd4d5a6
commit 367d35579e

View file

@ -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.