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:
8bf982a
)
LP1931737: Fix syntax error in pingest.pl
collab/dyrcona/lp1931737-dym-deadlock-fix-plus-pingest-rebase
author
Jason Stephenson
<jason@sigio.com>
Fri, 17 Jun 2022 16:38:18 +0000
(12:38 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Fri, 17 Jun 2022 16:42:24 +0000
(12:42 -0400)
New code changes had a missing semicolon on line 274.
Signed-off-by: Jason Stephenson <jason@sigio.com>
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