From: Jason Stephenson Date: Fri, 17 Jun 2022 16:38:18 +0000 (-0400) Subject: LP1931737: Fix syntax error in pingest.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fdyrcona%2Flp1931737-dym-deadlock-fix-plus-pingest-rebase;p=working%2FEvergreen.git LP1931737: Fix syntax error in pingest.pl New code changes had a missing semicolon on line 274. Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/support-scripts/pingest.pl b/Open-ILS/src/support-scripts/pingest.pl index 5db2775075..2453fc935e 100755 --- a/Open-ILS/src/support-scripts/pingest.pl +++ b/Open-ILS/src/support-scripts/pingest.pl @@ -271,7 +271,7 @@ sub symspell_reification { # There might be a race condition above if non-pingest record updates # were started before the first of the two statements above, but ended # after the second one, so we'll wait a few seconds and then look again. - sleep(5) + sleep(5); # This count will always be 0 when symspell reification is done inline # rather than delayed, because it is handled by a trigger that runs