From 6b41a6c36859295897ea6882c478e7ebc8276024 Mon Sep 17 00:00:00 2001 From: Dheeraj Manjunath Date: Sun, 31 Jul 2022 15:28:09 -0400 Subject: [PATCH] 15 might be too high and causing increased stress on the network --- creator-node/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-node/src/config.js b/creator-node/src/config.js index ceac59c3b45..2c3143d67ff 100644 --- a/creator-node/src/config.js +++ b/creator-node/src/config.js @@ -536,7 +536,7 @@ const config = convict({ doc: 'Max bull queue concurrency for update replica set jobs', format: 'nat', env: 'maxUpdateReplicaSetJobConcurrency', - default: 15 + default: 3 }, peerHealthCheckRequestTimeout: { doc: 'Timeout [ms] for checking health check route',