From 4c01db9a67c85ef6fe41943b2e805485ea0400b6 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sat, 29 Apr 2023 12:19:21 -0700 Subject: [PATCH] up mob --- lib/axe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axe.js b/lib/axe.js index a6869dbc..a2a7fd2a 100644 --- a/lib/axe.js +++ b/lib/axe.js @@ -221,7 +221,7 @@ function start(root){ The mob threshold might be determined by other factors, like how much RAM or CPU stress we have. */ - opt.mob = opt.mob || parseFloat((opt.env||'').MOB) || 9900; // should be based on ulimit, some clouds as low as 10K. + opt.mob = opt.mob || parseFloat((opt.env||'').MOB) || 999999; // should be based on ulimit, some clouds as low as 10K. // handle rebalancing a mob of peers: root.on('hi', function(peer){