Change UUID ratelimits to sane values

This commit is contained in:
riking 2014-11-18 17:21:44 -08:00
parent f8469cbe00
commit da22a8ff93

View File

@ -11,9 +11,9 @@ Options:
EnchantmentBuffs: true EnchantmentBuffs: true
# Amount of users to convert every interval # 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 # 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 # 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 # Amount of time to wait after hitting the MojangRateLimit in UUID conversion
MojangLimitPeriod: 600000 MojangLimitPeriod: 1500