We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba06b7b commit ada1a64Copy full SHA for ada1a64
ydb/core/protos/table_service_config.proto
@@ -313,7 +313,7 @@ message TTableServiceConfig {
313
optional string EnableSpillingNodes = 67 [ default = "All" ];
314
315
message TComputeSchedulerSettings {
316
- optional uint64 AdvanceTimeIntervalUsec = 1 [default = 50000];
+ optional uint64 AdvanceTimeIntervalUsec = 1 [default = 500000];
317
optional uint64 ForgetOverflowTimeoutUsec = 2 [default = 2000000];
318
optional uint64 ActivePoolPollingSec = 3 [default = 10];
319
}
0 commit comments