fix: increase max time a bit but i'm not sure if this will make the bot crash with translate crash spam

This commit is contained in:
ChomeNS
2025-04-11 14:00:27 +07:00
parent 057ee9095f
commit 9e486ebbe1

View File

@@ -63,7 +63,7 @@ public class ComponentUtilities {
private static class ComponentParser {
public static final Pattern ARG_PATTERN = Pattern.compile("%(?:(\\d+)\\$)?([A-Za-z%]|$)");
public static final long MAX_TIME = 5; // Change Clock Time And Break Bot !
public static final long MAX_TIME = 25; // Change Clock Time And Break Bot !
public static final int MAX_DEPTH = 256;