Skip to content

Commit

Permalink
Set MaxLogPageSize to 0, to test performance with no LIMIT in query
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Sep 27, 2024
1 parent 8762c37 commit e636805
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 = 999
LogKeepBlocksDepth = 4000
LogPrunePageSize = 0
LogKeepBlocksDepth = 10000
[HeadTracker]
HistoryDepth = 200
Expand Down

0 comments on commit e636805

Please sign in to comment.