Skip to content

Commit

Permalink
Merge 0b9d2cf into 49c20d2
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed May 22, 2019
2 parents 49c20d2 + 0b9d2cf commit 7b1a564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool.ts
Expand Up @@ -411,7 +411,7 @@ export class Pool {
// request options, wrapped in a conditional for even worse polyfills. See:
// https://github.com/node-influx/node-influx/issues/221
if (typeof req.setTimeout === 'function') {
req.setTimeout(this._timeout); // Tslint:disable-line
req.setTimeout(host.options.timeout || this._timeout); // Tslint:disable-line
}

// Write out the body:
Expand Down

0 comments on commit 7b1a564

Please sign in to comment.