Skip to content

Commit

Permalink
Decrease scheduler frequency (#12760)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmike authored Dec 28, 2024
1 parent ba06b7b commit ada1a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit ada1a64

Please sign in to comment.