Skip to content

Commit

Permalink
fix: allowing more time before connection timeouts, fixes monolith pr…
Browse files Browse the repository at this point in the history
…oblem
  • Loading branch information
metju90 committed Feb 17, 2022
1 parent 714d1d2 commit f8a5d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/needle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export declare interface Global extends NodeJS.Global {
}
declare const global: Global;

const TIMEOUT_DEFAULT = 10000;
const TIMEOUT_DEFAULT = 600000;

const agentOptions = {
keepAlive: true,
Expand Down

0 comments on commit f8a5d2f

Please sign in to comment.