There was an error while loading. Please reload this page.
2 parents 9e36d80 + 231318b commit 098fc3dCopy full SHA for 098fc3d
1 file changed
scripts/wsrep_sst_common.sh
@@ -858,7 +858,7 @@ function run_post_processing_steps()
858
local sst_password="aA!9$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
859
860
local -i timeout_threshold
861
- timeout_threshold=300
+ timeout_threshold=$(parse_cnf sst post-processing-timeout 300)
862
863
#-----------------------------------------------------------------------
864
# Reuse the SST User (use it to run mysql_upgrade)
0 commit comments