[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.57,1.180.2.58
Ivan,,,
ivan at wavetail.420.am
Mon Dec 28 20:45:01 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12783
Modified Files:
Tag: FREESIDE_1_7_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.180.2.57
retrieving revision 1.180.2.58
diff -u -d -r1.180.2.57 -r1.180.2.58
--- Conf.pm 29 Dec 2009 00:38:11 -0000 1.180.2.57
+++ Conf.pm 29 Dec 2009 04:44:59 -0000 1.180.2.58
@@ -2515,7 +2515,7 @@
{
'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.'
+ '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',
},
More information about the freeside-commits
mailing list