mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Change UUID ratelimits to sane values
This commit is contained in:
parent
f8469cbe00
commit
da22a8ff93
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user