Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(customs): increase customs timeout to 3000ms
Browse files Browse the repository at this point in the history
Fixes #275
  • Loading branch information
vladikoff committed Sep 19, 2018
1 parent 9c75632 commit c184b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/customs.js
Expand Up @@ -42,7 +42,7 @@ module.exports = function (log, error) {
}
}
else {
this.pool = new Pool(url, { timeout: 1000 })
this.pool = new Pool(url, { timeout: 3000 })
}
}

Expand Down

0 comments on commit c184b14

Please sign in to comment.