projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b7d21
)
LP#1931737 Fixed Perl semicolon issue
user/blake/lp1931737-dym-deadlock-plus-pingest-rebase-signoff
author
blake
<blake@mobiusconsortium.org>
Mon, 22 Aug 2022 20:58:18 +0000
(15:58 -0500)
committer
blake
<blake@mobiusconsortium.org>
Mon, 22 Aug 2022 21:05:51 +0000
(16:05 -0500)
Signed-off-by: blake <blake@mobiusconsortium.org>
Open-ILS/src/support-scripts/pingest.pl
patch
|
blob
|
history
diff --git
a/Open-ILS/src/support-scripts/pingest.pl
b/Open-ILS/src/support-scripts/pingest.pl
index
5db2775
..
2453fc9
100755
(executable)
--- 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