Skip to content

Commit

Permalink
remove server listener timeout
Browse files Browse the repository at this point in the history
should be needed, we're setting the timeout on the ES proxy route, and this mixes concerns

Fixes #6377
  • Loading branch information
w33ble committed Mar 2, 2016
1 parent 53805de commit 60a0167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/KbnServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ module.exports = class KbnServer {
let { server, config } = this;

await this.ready();
server.listener.timeout = config.get('elasticsearch.requestTimeout');
await fromNode(cb => server.start(cb));
await require('./pid')(this, server, config);

Expand Down

0 comments on commit 60a0167

Please sign in to comment.