Skip to content

Commit

Permalink
fix: increase timeout from 10s to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jul 11, 2023
1 parent 62bfdde commit 064b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config = {
},
// 60 items (50 MB * 60 = 3000 MB = 3 GB)
smtpMaxQueue: 60,
smtpQueueTimeout: ms('10s'),
smtpQueueTimeout: ms('60s'),
smtpLimitMessages: env.NODE_ENV === 'test' ? 10 : 300,
smtpLimitAuth: env.NODE_ENV === 'test' ? Number.MAX_VALUE : 3,
smtpLimitAuthDuration: ms('1d'),
Expand Down

0 comments on commit 064b26e

Please sign in to comment.