Skip to content

Commit bc42927

Browse files
authored
Merge pull request #2650 from CortexFoundation/dev
typo
2 parents 3aaa705 + de838a9 commit bc42927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctxcdb/pebble/pebble.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func New(file string, cache int, handles int, namespace string, readonly bool) (
269269
// These two settings define the conditions under which compaction concurrency
270270
// is increased. Specifically, one additional compaction job will be enabled when:
271271
// - there is one more overlapping sub-level0;
272-
// - there is an additional 512 MB of compaction debt;
272+
// - there is an additional 256 MB of compaction debt;
273273
//
274274
// The maximum concurrency is still capped by MaxConcurrentCompactions, but with
275275
// these settings compactions can scale up more readily.

0 commit comments

Comments
 (0)