diff options
author | vlad-serikov <vlad-serikov@yandex-team.com> | 2022-12-12 13:18:05 +0300 |
---|---|---|
committer | vlad-serikov <vlad-serikov@yandex-team.com> | 2022-12-12 13:18:05 +0300 |
commit | a38fbae7262be0915019d7b4adaa4b37724e52a6 (patch) | |
tree | 25a3fd59298ca39e8b24b1f7a857e539d2c4bc0f | |
parent | 8b064131452608e1b7d83b05a55ce52ae88cba8e (diff) | |
download | ydb-a38fbae7262be0915019d7b4adaa4b37724e52a6.tar.gz |
: Add missing field.
-rw-r--r-- | ydb/core/protos/filestore_config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/protos/filestore_config.proto b/ydb/core/protos/filestore_config.proto index bdccd540248..7d753116a52 100644 --- a/ydb/core/protos/filestore_config.proto +++ b/ydb/core/protos/filestore_config.proto @@ -51,6 +51,7 @@ message TConfig { optional uint32 PerformanceProfileMaxPostponedWeight = 44; optional uint32 PerformanceProfileMaxWriteCostMultiplier = 45; optional uint32 PerformanceProfileMaxPostponedTime = 46; + optional uint32 PerformanceProfileMaxPostponedCount = 47; } message TUpdateConfig { |