This commit is contained in:
Mark Nadal 2023-04-29 12:19:21 -07:00
parent 1304ef90e8
commit 4c01db9a67

View File

@ -221,7 +221,7 @@ function start(root){
The mob threshold might be determined by other factors, The mob threshold might be determined by other factors,
like how much RAM or CPU stress we have. 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: // handle rebalancing a mob of peers:
root.on('hi', function(peer){ root.on('hi', function(peer){