Skip to content

Commit ada1a64

Browse files
authored
Decrease scheduler frequency (#12760)
1 parent ba06b7b commit ada1a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ message TTableServiceConfig {
313313
optional string EnableSpillingNodes = 67 [ default = "All" ];
314314

315315
message TComputeSchedulerSettings {
316-
optional uint64 AdvanceTimeIntervalUsec = 1 [default = 50000];
316+
optional uint64 AdvanceTimeIntervalUsec = 1 [default = 500000];
317317
optional uint64 ForgetOverflowTimeoutUsec = 2 [default = 2000000];
318318
optional uint64 ActivePoolPollingSec = 3 [default = 10];
319319
}

0 commit comments

Comments
 (0)