Skip to content

Commit c57104b

Browse files
authored
Merge c9f4476 into 4c7a77a
2 parents 4c7a77a + c9f4476 commit c57104b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/core/blobstorage/nodewarden/node_warden_impl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ namespace NKikimr::NStorage {
187187
, DefaultHugeGarbagePerMille(300, 1, 1000)
188188
, HugeDefragFreeSpaceBorderPerMille(260, 1, 1000)
189189
, MaxChunksToDefragInflight(10, 1, 50)
190+
, EnableExplicitCompactionAfterDefrag(1, 0, 1)
191+
, FreshCompMaxInFlightWrites(10, 1, 1000)
192+
, HullCompMaxInFlightWrites(10, 1, 1000)
193+
, HullCompMaxInFlightReads(20, 1, 1000)
190194
, CostMetricsParametersByMedia({
191195
TCostMetricsParameters{200},
192196
TCostMetricsParameters{50},

0 commit comments

Comments
 (0)