Skip to content

Commit

Permalink
Lower non bukkit type creation warns amount
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Aug 24, 2023
1 parent cf43e64 commit 42071f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public ModernUserMap(final IEssentials ess) {
// -Dnet.essentialsx.usermap.print-stack=true
final String printStackProperty = System.getProperty("net.essentialsx.usermap.print-stack", "false");
// -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
final String logCacheProperty = System.getProperty("net.essentialsx.usermap.log-cache", "false");

Expand Down

0 comments on commit 42071f4

Please sign in to comment.