Skip to content

Commit

Permalink
Lower LogPrunePageSize from 1000 to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Oct 12, 2024
1 parent 2500099 commit 1dc3d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ DeltaReconcile = '5s'

CommonChainConfigTOML = """
LogPollInterval = '1s'
LogPrunePageSize = 1000
LogPrunePageSize = 700
LogKeepBlocksDepth = 4000
[HeadTracker]
Expand Down

0 comments on commit 1dc3d7d

Please sign in to comment.