Browse Source

Change UUID ratelimits to sane values

riking 10 years ago
parent
commit
da22a8ff93
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/resources/hidden.yml

+ 3 - 3
src/main/resources/hidden.yml

@@ -11,9 +11,9 @@ Options:
     EnchantmentBuffs: true
 
     # Amount of users to convert every interval
-    UUIDConvertAmount: 100
+    UUIDConvertAmount: 200
     # Amount of users to be converted at a time before waiting MojangLimitPeriod milliseconds to begin again
     # This setting is for large servers to avoid being temp banned from mojang api
-    MojangRateLimit: 50000
+    MojangRateLimit: 200
     # Amount of time to wait after hitting the MojangRateLimit in UUID conversion
-    MojangLimitPeriod: 600000
+    MojangLimitPeriod: 1500