File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
ydb/core/blobstorage/nodewarden Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -175,15 +175,6 @@ namespace NKikimr::NStorage {
175175 vdiskConfig->ReplPausedAtStart = Cfg->VDiskReplPausedAtStart ;
176176 vdiskConfig->EnableVPatch = EnableVPatch;
177177
178- vdiskConfig->EnableLocalSyncLogDataCutting = EnableLocalSyncLogDataCutting;
179- if (deviceType == NPDisk::EDeviceType::DEVICE_TYPE_ROT) {
180- vdiskConfig->EnableSyncLogChunkCompression = EnableSyncLogChunkCompressionHDD;
181- vdiskConfig->MaxSyncLogChunksInFlight = MaxSyncLogChunksInFlightHDD;
182- } else {
183- vdiskConfig->EnableSyncLogChunkCompression = EnableSyncLogChunkCompressionSSD;
184- vdiskConfig->MaxSyncLogChunksInFlight = MaxSyncLogChunksInFlightSSD;
185- }
186-
187178 vdiskConfig->CostMetricsParametersByMedia = CostMetricsParametersByMedia;
188179
189180 vdiskConfig->FeatureFlags = Cfg->FeatureFlags ;
You can’t perform that action at this time.
0 commit comments