Skip to content

Commit 6c08f77

Browse files
authored
revert: defaultBgCacheWorkers from 128 to 32 (#5090)
1 parent 7e10b69 commit 6c08f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/storer/storer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const (
246246
defaultWriteBufferSize = uint64(32 * 1024 * 1024)
247247
defaultDisableSeeksCompaction = false
248248
defaultCacheCapacity = uint64(1_000_000)
249-
defaultBgCacheWorkers = 128
249+
defaultBgCacheWorkers = 32
250250
DefaultReserveCapacity = 1 << 22 // 4194304 chunks
251251

252252
indexPath = "indexstore"

0 commit comments

Comments
 (0)