We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5de54 commit 80f03d7Copy full SHA for 80f03d7
lib/MHA/MasterRotate.pm
@@ -719,7 +719,7 @@ sub main {
719
'orig_master_is_new_slave' => \$g_orig_master_is_new_slave,
720
'running_updates_limit=i' => \$g_running_updates_limit,
721
'running_seconds_limit=i' => \$g_running_seconds_limit,
722
- 'seconds_behind_master=1' => \$g_seconds_behind_master,
+ 'seconds_behind_master=i' => \$g_seconds_behind_master,
723
'skip_lock_all_tables' => \$g_skip_lock_all_tables,
724
'remove_dead_master_conf' => \$g_remove_orig_master_conf,
725
'remove_orig_master_conf' => \$g_remove_orig_master_conf,
0 commit comments