Skip to content

Commit 2a66e37

Browse files
committed
lower the default op limit to 100k
1 parent 21b16ed commit 2a66e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/java/at/petrak/hexcasting/api/mod/HexConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public interface ServerConfigAccess {
7474

7575
boolean trueNameHasAmbit();
7676

77-
int DEFAULT_MAX_OP_COUNT = 1_000_000;
77+
int DEFAULT_MAX_OP_COUNT = 100_000;
7878
int DEFAULT_MAX_SPELL_CIRCLE_LENGTH = 1024;
7979
int DEFAULT_OP_BREAK_HARVEST_LEVEL = 3;
8080

0 commit comments

Comments
 (0)