Skip to content

Commit

Permalink
update delete flushThreshold (#18758)
Browse files Browse the repository at this point in the history
update delete flushThreshold

Approved by: @m-schen
  • Loading branch information
Wenbin1002 committed Sep 13, 2024
1 parent b0f38cc commit dd07375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/colexec/deletion/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var _ vm.Operator = new(Deletion)

// make it mutable in ut
var (
flushThreshold = 32 * mpool.MB
flushThreshold = 5 * mpool.MB
)

// SetCNFlushDeletesThreshold update threshold to n MB
Expand Down

0 comments on commit dd07375

Please sign in to comment.