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:
2de6424
)
JBAS-258 Raise fine generator query timeout
author
Bill Erickson
<berickxx@gmail.com>
Fri, 16 Jan 2015 16:40:49 +0000
(11:40 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/support-scripts/fine_generator.pl
patch
|
blob
|
history
diff --git
a/Open-ILS/src/support-scripts/fine_generator.pl
b/Open-ILS/src/support-scripts/fine_generator.pl
index
5d0ac8e
..
160c069
100755
(executable)
--- a/
Open-ILS/src/support-scripts/fine_generator.pl
+++ b/
Open-ILS/src/support-scripts/fine_generator.pl
@@
-60,7
+60,7
@@
if ($parallel == 1) {
my $storage = OpenSRF::AppSession->create("open-ils.storage");
my $r = $storage->request('open-ils.storage.action.circulation.overdue.id_list');
- while (my $resp = $r->recv(timeout =>
6
00)) {
+ while (my $resp = $r->recv(timeout =>
12
00)) {
my $circ_id = $resp->content;
$multi_generator->request( 'open-ils.storage.action.circulation.overdue.generate_fines', $circ_id );
}