From 5754c01df111c935a395931bd7a52db2eb9dcbd4 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Thu, 20 Oct 2022 11:36:53 -0400 Subject: [PATCH] Allow attempts at recovery from DB errors Signed-off-by: Mike Rylander --- Open-ILS/src/support-scripts/ingest_ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/ingest_ctl b/Open-ILS/src/support-scripts/ingest_ctl index fc4da7a21b..9ac98443d6 100755 --- a/Open-ILS/src/support-scripts/ingest_ctl +++ b/Open-ILS/src/support-scripts/ingest_ctl @@ -24,7 +24,7 @@ use POSIX ":sys_wait_h"; use Socket; use OpenSRF::Utils ':daemon'; -my $raise_db_error = 1; +my $raise_db_error = 0; # Globals for the command line options: my $opt_lockfile = '/tmp/queued-ingest-coordinator-LOCK'; -- 2.11.0