Skip to content

Commit

Permalink
up mob
Browse files Browse the repository at this point in the history
  • Loading branch information
amark committed Apr 29, 2023
1 parent 1304ef9 commit 4c01db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axe.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 4c01db9

Please sign in to comment.