From ada1a6434f9b4f4aec00a3bc6f4a7b49828d8bbd Mon Sep 17 00:00:00 2001 From: Mikhail Surin Date: Sat, 28 Dec 2024 10:28:03 +0300 Subject: Decrease scheduler frequency (#12760) --- ydb/core/protos/table_service_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } -- cgit v1.3