We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbfe7e commit 871adefCopy full SHA for 871adef
ydb/core/blobstorage/pdisk/blobstorage_pdisk_config.h
@@ -298,7 +298,6 @@ struct TPDiskConfig : public TThrRefBase {
298
str << " OrangeLogChunksMultiplier# " << OrangeLogChunksMultiplier << x;
299
str << " WarningLogChunksMultiplier# " << WarningLogChunksMultiplier << x;
300
str << " YellowLogChunksMultiplier# " << YellowLogChunksMultiplier << x;
301
- str << " MaxMetadataMegabytes# " << MaxMetadataMegabytes << x;
302
str << " SpaceColorBorder# " << SpaceColorBorder << x;
303
str << "}";
304
return str.Str();
0 commit comments