diff options
| author | Mikhail Surin <[email protected]> | 2024-12-28 10:28:03 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-28 10:28:03 +0300 |
| commit | ada1a6434f9b4f4aec00a3bc6f4a7b49828d8bbd (patch) | |
| tree | 4df7bedf54266edef366d725740956e02a9a3367 | |
| parent | ba06b7b3a66a69fbfd40eee0d9bac71ef305fd30 (diff) | |
Decrease scheduler frequency (#12760)
| -rw-r--r-- | ydb/core/protos/table_service_config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/table_service_config.proto b/ydb/core/protos/table_service_config.proto index a7eb638068a..b3db9d28b60 100644 --- a/ydb/core/protos/table_service_config.proto +++ b/ydb/core/protos/table_service_config.proto @@ -313,7 +313,7 @@ message TTableServiceConfig { optional string EnableSpillingNodes = 67 [ default = "All" ]; message TComputeSchedulerSettings { - optional uint64 AdvanceTimeIntervalUsec = 1 [default = 50000]; + optional uint64 AdvanceTimeIntervalUsec = 1 [default = 500000]; optional uint64 ForgetOverflowTimeoutUsec = 2 [default = 2000000]; optional uint64 ActivePoolPollingSec = 3 [default = 10]; } |
