Commit 8acebe6d authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV#5384: Update init script in MariaDB Cluster

Reduced the sleep time to 10secs.
parent f41ee56d
......@@ -196,9 +196,9 @@ wait_for_pid () {
fi
fi
if test -e $sst_progress_file && [ $startup_sleep -ne 100 ];then
if test -e $sst_progress_file && [ $startup_sleep -ne 10 ];then
echo $echo_n "SST in progress, setting sleep higher"
startup_sleep=100
startup_sleep=10
fi
echo $echo_n ".$echo_c"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment