Skip to content

Commit

Permalink
fix: revert size
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Oct 19, 2024
1 parent 147edf7 commit a399653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storer/storer.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const (
defaultDisableSeeksCompaction = false
defaultCacheCapacity = uint64(1_000_000)
defaultBgCacheWorkers = 16
DefaultReserveCapacity = 1 << 15 // 4194304 chunks
DefaultReserveCapacity = 1 << 22 // 4194304 chunks

indexPath = "indexstore"
sharkyPath = "sharky"
Expand Down

0 comments on commit a399653

Please sign in to comment.