Skip to content

Commit

Permalink
remove kStopPenalty
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel committed Dec 19, 2022
1 parent 4998b24 commit a6c3d6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/column_family.cc
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ const uint64_t Gb = 1ull << 30;
const uint64_t Mb = 1ull << 20;
const uint64_t kMinWriteRate = 16 * 1024u; // Minimum write rate 16KB/s.
const int kMemtablePenalty = 10;
const int kNearStopPenalty = 4;
} // namespace

double ColumnFamilyData::TEST_CalculateWriteDelayDivider(
Expand Down

0 comments on commit a6c3d6a

Please sign in to comment.