mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Increase timeout to 60s
This commit is contained in:
parent
9aa1e31742
commit
092a625567
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ define(function (require) {
|
|||
|
||||
es = esFactory({
|
||||
host: configFile.elasticsearch,
|
||||
log: 'info'
|
||||
log: 'info',
|
||||
requestTimeout: 60000
|
||||
});
|
||||
|
||||
return es;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue