We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27264e commit 1fcb340Copy full SHA for 1fcb340
creator-node/src/config.js
@@ -560,7 +560,7 @@ const config = convict({
560
doc: 'Max bull queue concurrency for update replica set jobs',
561
format: 'nat',
562
env: 'maxUpdateReplicaSetJobConcurrency',
563
- default: 15
+ default: 25
564
},
565
peerHealthCheckRequestTimeout: {
566
doc: 'Timeout [ms] for checking health check route',
0 commit comments