mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
Lower non bukkit type creation warns amount
This commit is contained in:
parent
cf43e643ed
commit
42071f4ad4
@ -42,7 +42,7 @@ public class ModernUserMap extends CacheLoader<UUID, User> implements IUserMap {
|
|||||||
// -Dnet.essentialsx.usermap.print-stack=true
|
// -Dnet.essentialsx.usermap.print-stack=true
|
||||||
final String printStackProperty = System.getProperty("net.essentialsx.usermap.print-stack", "false");
|
final String printStackProperty = System.getProperty("net.essentialsx.usermap.print-stack", "false");
|
||||||
// -Dnet.essentialsx.usermap.max-warns=20
|
// -Dnet.essentialsx.usermap.max-warns=20
|
||||||
final String maxWarnProperty = System.getProperty("net.essentialsx.usermap.max-warns", "100");
|
final String maxWarnProperty = System.getProperty("net.essentialsx.usermap.max-warns", "10");
|
||||||
// -Dnet.essentialsx.usermap.log-cache=true
|
// -Dnet.essentialsx.usermap.log-cache=true
|
||||||
final String logCacheProperty = System.getProperty("net.essentialsx.usermap.log-cache", "false");
|
final String logCacheProperty = System.getProperty("net.essentialsx.usermap.log-cache", "false");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user