Skip to content

Commit

Permalink
Change LogPollerPageSize from 0 to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Sep 29, 2024
1 parent 58d42c9 commit ae4cb7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ DeltaReconcile = '5s'

CommonChainConfigTOML = """
LogPollInterval = '1s'
LogPrunePageSize = 0
LogKeepBlocksDepth = 10000
LogPrunePageSize = 2000
LogKeepBlocksDepth = 4000
[HeadTracker]
HistoryDepth = 200
Expand Down

0 comments on commit ae4cb7a

Please sign in to comment.