From: Bill Erickson Date: Fri, 20 May 2016 14:51:38 +0000 (-0400) Subject: Reporter statement timeout 6 hours X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=566625ef06caad6ac4355510cedbcd20bc526be9;p=working%2FEvergreen.git Reporter statement timeout 6 hours Signed-off-by: Bill Erickson --- diff --git a/KCLS/admin-scripts/eg-updater.sh b/KCLS/admin-scripts/eg-updater.sh index 09ef29454b..774ab501ce 100755 --- a/KCLS/admin-scripts/eg-updater.sh +++ b/KCLS/admin-scripts/eg-updater.sh @@ -529,7 +529,7 @@ function start_util { announce "Starting reporter" sudo rm -f /tmp/reporter-LOCK; - $OSRF /openils/bin/clark-kent.pl -c 3 -d; + $OSRF /openils/bin/clark-kent.pl -c 3 -d --statement-timeout 360; if [ -n "$ADMIN_PASS" ]; then announce "Starting Connextion"