[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.17,1.324.2.18
Ivan,,,
ivan at wavetail.420.am
Mon Dec 28 20:45:46 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12872
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Conf.pm
Log Message:
oops, syntax error adding queued-sleep_time
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.324.2.17
retrieving revision 1.324.2.18
diff -u -d -r1.324.2.17 -r1.324.2.18
--- Conf.pm 29 Dec 2009 00:33:11 -0000 1.324.2.17
+++ Conf.pm 29 Dec 2009 04:45:44 -0000 1.324.2.18
@@ -689,7 +689,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',
},
@@ -3167,6 +3167,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