Skip to content

Commit 1fcb340

Browse files
committed
Increase maxUpdateReplicaSetJobConcurrency prod from 15 to 25
1 parent f27264e commit 1fcb340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creator-node/src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ const config = convict({
560560
doc: 'Max bull queue concurrency for update replica set jobs',
561561
format: 'nat',
562562
env: 'maxUpdateReplicaSetJobConcurrency',
563-
default: 15
563+
default: 25
564564
},
565565
peerHealthCheckRequestTimeout: {
566566
doc: 'Timeout [ms] for checking health check route',

0 commit comments

Comments
 (0)