Skip to content

Commit

Permalink
Remove JS client timeout, rely on backend for timeout. Closes #1932
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Nov 18, 2014
1 parent 03e4b90 commit 0f1c5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kibana/services/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ define(function (require) {
es = esFactory({
host: configFile.elasticsearch,
log: 'info',
requestTimeout: 0
});

return es;
Expand Down

0 comments on commit 0f1c5a2

Please sign in to comment.