From c815d4417589276250d3eb7cd21436a03c97160f Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Wed, 2 Oct 2013 11:25:34 -0700 Subject: [PATCH] Change default reload_config timeout to 30s. Ref #67. --- bucardo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo b/bucardo index b9c6f9daa..e405d86e3 100755 --- a/bucardo +++ b/bucardo @@ -887,7 +887,7 @@ sub reload_config { ## Wait a little bit, then scan for the confirmation message sleep 0.1; - if (! wait_for_notice($dbh, $done, $adverb || 5) ) { + if (! wait_for_notice($dbh, $done, $adverb || 30) ) { die "Waited, but Bucardo never confirmed the configuration reload!\n"; } print "DONE!\n"; -- 2.39.5