mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
ethdb/pebble: fix CompactionDebtConcurrency comment to match actual value
This commit is contained in:
parent
c9b7ae422c
commit
07ee3b401f
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ func New(file string, cache int, handles int, namespace string, readonly bool) (
|
||||||
// These two settings define the conditions under which compaction concurrency
|
// These two settings define the conditions under which compaction concurrency
|
||||||
// is increased. Specifically, one additional compaction job will be enabled when:
|
// is increased. Specifically, one additional compaction job will be enabled when:
|
||||||
// - there is one more overlapping sub-level0;
|
// - there is one more overlapping sub-level0;
|
||||||
// - there is an additional 512 MB of compaction debt;
|
// - there is an additional 256 MB of compaction debt;
|
||||||
//
|
//
|
||||||
// The maximum concurrency is still capped by MaxConcurrentCompactions, but with
|
// The maximum concurrency is still capped by MaxConcurrentCompactions, but with
|
||||||
// these settings compactions can scale up more readily.
|
// these settings compactions can scale up more readily.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue