summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/core/protos/table_service_config.proto2
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];
}