Skip to content

Commit 098fc3d

Browse files
Merge branch 'pxc_4756_sh_script' into pxc_4756_sh_script_84
2 parents 9e36d80 + 231318b commit 098fc3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/wsrep_sst_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ function run_post_processing_steps()
858858
local sst_password="aA!9$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
859859

860860
local -i timeout_threshold
861-
timeout_threshold=300
861+
timeout_threshold=$(parse_cnf sst post-processing-timeout 300)
862862

863863
#-----------------------------------------------------------------------
864864
# Reuse the SST User (use it to run mysql_upgrade)

0 commit comments

Comments
 (0)