Skip to content

Commit

Permalink
throttler flags
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Oct 24, 2023
1 parent b7c1989 commit fc14366
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ func TestMain(m *testing.M) {
}

clusterInstance.VtTabletExtraArgs = []string{
"--enable-lag-throttler",
"--throttle_threshold", "1s",
"--heartbeat_enable",
"--heartbeat_interval", "250ms",
"--heartbeat_on_demand_duration", "5s",
"--migration_check_interval", "5s",
Expand Down

0 comments on commit fc14366

Please sign in to comment.