[open-ils-commits] r14734 - tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 2 21:43:31 EST 2009
Author: erickson
Date: 2009-11-02 21:43:29 -0500 (Mon, 02 Nov 2009)
New Revision: 14734
Modified:
tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Log:
there could be many pending events, up the timeout for inititial fetching
Modified: tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2009-11-03 02:43:18 UTC (rev 14733)
+++ tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2009-11-03 02:43:29 UTC (rev 14734)
@@ -513,7 +513,7 @@
return $editor->search_action_trigger_event(
[{ state => 'pending', run_time => {'<' => 'now'} }, { order_by => { atev => [ qw/run_time add_time/] } }],
- { idlist=> 1 }
+ { idlist=> 1, timeout => 1800 }
);
}
__PACKAGE__->register_method(
More information about the open-ils-commits
mailing list