Skip to content

Commit

Permalink
Merge pull request #1966 from rashidkpc/fix/remove-js-timeout
Browse files Browse the repository at this point in the history
Remove JS client timeout, rely on backend for timeout. Closes #1932
  • Loading branch information
rashidkpc committed Nov 19, 2014
2 parents 9ea6b75 + 0f1c5a2 commit bf009a3
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 bf009a3

Please sign in to comment.