Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
archang19 committed Jan 21, 2025
1 parent 1e15c3d commit e14d51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rocksdb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,8 @@ class DB {
// running compactions.
static const std::string kNumRunningCompactions;

// "rocksdb.num-running-compaction-iterators" - returns the number of
// iterators required for currently running compactions.
// "rocksdb.num-running-compaction-input-iterators" - returns the number of
// input iterators required for currently running compactions.
static const std::string kNumRunningCompactionInputIterators;

// "rocksdb.background-errors" - returns accumulated number of background
Expand Down

0 comments on commit e14d51a

Please sign in to comment.