Skip to content

Commit

Permalink
shorten rolling increment to 32
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Nov 22, 2024
1 parent 35b138d commit ffa6f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public class DebugSetHead extends AbstractBlockParameterOrBlockHashMethod {
private final ProtocolContext protocolContext;
private static final Logger LOG = LoggerFactory.getLogger(DebugSetHead.class);
private static final int DEFAULT_MAX_TRIE_LOGS_TO_ROLL_AT_ONCE = 512;
private static final int DEFAULT_MAX_TRIE_LOGS_TO_ROLL_AT_ONCE = 32;

private final long maxTrieLogsToRollAtOnce;

Expand Down

0 comments on commit ffa6f23

Please sign in to comment.