Skip to content

Commit

Permalink
update default global version interval (#13976)
Browse files Browse the repository at this point in the history
Set DefaultGlobalVersionInterval = 5min to skip more blk meta

Approved by: @XuPeng-SH
  • Loading branch information
jiangxinmeng1 committed Jan 5, 2024
1 parent a57344c commit 606aba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vm/engine/tae/options/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
DefaultCheckpointMinCount = int64(100)
DefaultCheckpointIncremetalInterval = time.Minute
DefaultCheckpointGlobalMinCount = 10
DefaultGlobalVersionInterval = time.Hour
DefaultGlobalVersionInterval = time.Minute * 5
DefaultGCCheckpointInterval = time.Minute

DefaultScanGCInterval = time.Minute * 30
Expand Down

0 comments on commit 606aba6

Please sign in to comment.