Skip to content

Commit

Permalink
Fix flags test
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
  • Loading branch information
ejortegau committed Jul 26, 2023
1 parent 797c65e commit fc52ea4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions go/flags/endtoend/vttablet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -924,19 +924,7 @@ Usage of vttablet:
--twopc_enable
if the flag is on, 2pc is enabled. Other 2pc flags must be supplied.
--tx-throttler-config string
Synonym to -tx_throttler_config (default target_replication_lag_sec: 2
max_replication_lag_sec: 10
initial_rate: 100
max_increase: 1
emergency_decrease: 0.5
min_duration_between_increases_sec: 40
max_duration_between_increases_sec: 62
min_duration_between_decreases_sec: 20
spread_backlog_across_sec: 20
age_bad_rate_after_sec: 180
bad_rate_increase: 0.1
max_rate_approach_threshold: 0.9
)
Synonym to -tx_throttler_config (default "target_replication_lag_sec:2 max_replication_lag_sec:10 initial_rate:100 max_increase:1 emergency_decrease:0.5 min_duration_between_increases_sec:40 max_duration_between_increases_sec:62 min_duration_between_decreases_sec:20 spread_backlog_across_sec:20 age_bad_rate_after_sec:180 bad_rate_increase:0.1 max_rate_approach_threshold:0.9")
--tx-throttler-default-priority int
Default priority assigned to queries that lack priority information.
--tx-throttler-healthcheck-cells value
Expand Down

0 comments on commit fc52ea4

Please sign in to comment.