blaze-aura69 commited on
Commit
75e2d33
·
verified ·
1 Parent(s): a4e08ff

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -228,7 +228,7 @@ if (!isMainThread) {
228
 
229
  // ============ CONSTANTS ============
230
  const MAX_BUCKET_SIZE = 60 * 1024 * 1024 * 1024;
231
- const MAX_USERS = 5000;
232
  const MAX_USERS_SIZE_LIMIT = 30000;
233
  const MAX_RAM_USAGE = 7 * 1024 * 1024 * 1024;
234
  const MAX_PROFILE_UPDATES_PER_DAY = 3;
 
228
 
229
  // ============ CONSTANTS ============
230
  const MAX_BUCKET_SIZE = 60 * 1024 * 1024 * 1024;
231
+ const MAX_USERS = 15000;
232
  const MAX_USERS_SIZE_LIMIT = 30000;
233
  const MAX_RAM_USAGE = 7 * 1024 * 1024 * 1024;
234
  const MAX_PROFILE_UPDATES_PER_DAY = 3;