Skip to content

Commit

Permalink
lower the default op limit to 100k
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma-delta committed Nov 18, 2024
1 parent 21b16ed commit 2a66e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public interface ServerConfigAccess {

boolean trueNameHasAmbit();

int DEFAULT_MAX_OP_COUNT = 1_000_000;
int DEFAULT_MAX_OP_COUNT = 100_000;
int DEFAULT_MAX_SPELL_CIRCLE_LENGTH = 1024;
int DEFAULT_OP_BREAK_HARVEST_LEVEL = 3;

Expand Down

0 comments on commit 2a66e37

Please sign in to comment.