[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.56,1.180.2.57
Ivan,,,
ivan at wavetail.420.am
Mon Dec 28 16:38:13 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv25918/FS
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Conf.pm
Log Message:
add queued-sleep_time
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.56
retrieving revision 1.180.2.57
diff -u -d -r1.180.2.56 -r1.180.2.57
--- Conf.pm 14 Dec 2009 07:48:46 -0000 1.180.2.56
+++ Conf.pm 29 Dec 2009 00:38:11 -0000 1.180.2.57
@@ -422,7 +422,7 @@
{
'key' => 'business-onlinepayment-description',
'section' => 'billing',
- 'description' => 'String passed as the description field to <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a>. Evaluated as a double-quoted perl string, with the following variables available: <code>$agent</code> (the agent name), and <code>$pkgs</code> (a comma-separated list of packages for which these charges apply)',
+ 'description' => 'String passed as the description field to <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a>. Evaluated as a double-quoted perl string, with the following variables available: <code>$agent</code> (the agent name), and <code>$pkgs</code> (a comma-separated list of packages for which these charges apply - not available in all situations)',
'type' => 'text',
},
@@ -2513,6 +2513,13 @@
},
{
+ 'key' => 'queued-sleep_time',
+ 'section' => '',
+ 'description' => 'Time to sleep between attempts to find new jobs to process in the queue. Defaults to 10. Installations doing real-time CDR processing for prepaid may want to set it lower.'
+ 'type' => 'text',
+ },
+
+ {
'key' => 'cancelled_cust-noevents',
'section' => 'billing',
'description' => "Don't run events for cancelled customers",
More information about the freeside-commits
mailing list