Skip to content

Commit 46355ba

Browse files
committed
Evict with more workers (4x) (#9155)
1 parent 80f3467 commit 46355ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/server/backends/pebble_cache/pebble_cache.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var (
116116
DefaultSamplesPerBatch = 10000
117117
DefaultSamplerIterRefreshPeriod = 5 * time.Minute
118118
DefaultDeleteBufferSize = 20
119-
DefaultNumDeleteWorkers = 4
119+
DefaultNumDeleteWorkers = 16
120120
DefaultMinEvictionAge = 6 * time.Hour
121121

122122
DefaultName = "pebble_cache"

0 commit comments

Comments
 (0)