Skip to content

Commit fedec87

Browse files
authored
Update blobstorage_cost_tracker.cpp
1 parent 33bdad7 commit fedec87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/blobstorage/vdisk/common/blobstorage_cost_tracker.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ TBsCostTracker::TBsCostTracker(const TBlobStorageGroupType& groupType, NPDisk::E
5252
, DefragDiskCost(CostCounters->GetCounter("DefragDiskCost", true))
5353
, InternalDiskCost(CostCounters->GetCounter("InternalDiskCost", true))
5454
, DiskTimeAvailableCtr(CostCounters->GetCounter("DiskTimeAvailable", false))
55-
, BucketCapacity(burstThresholdNs * diskTimeAvailableScale / GroupType.BlobSubgroupSize())
5655
, Bucket(&DiskTimeAvailable, &BucketCapacity, nullptr, nullptr, nullptr, nullptr, true)
5756
, BurstThresholdNs(costMetricsParameters.BurstThresholdNs)
5857
, DiskTimeAvailableScale(costMetricsParameters.DiskTimeAvailableScale)

0 commit comments

Comments
 (0)