Skip to content

Commit

Permalink
feat: bumped build
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Dec 14, 2023
1 parent 8ed1466 commit 52a4cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modulesConfig/bullModule.forRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default {
...(config.AGGREGATOR_REDIS_ENABLE_SSL
? { tls: {}, connectTimeout: 60_000 }
: {}),

retryStrategy: (times) => {
if (times > 100) {
console.log('Redis reconnect stopped. ');
Expand Down

0 comments on commit 52a4cfc

Please sign in to comment.