summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-12-29 04:44:56 +0000
committerivan <ivan>2009-12-29 04:44:56 +0000
commite3cece3253b4540e18996502a9d41bb69f7f0688 (patch)
tree0fae2608304879b655bb286e2506ac229fa8c462
parentd4eab1fdd4a61f9da7cc54afbd4dbff217bd0bdd (diff)
oops, syntax error adding queued-sleep_time
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index eb3238a..503aebd 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3170,7 +3170,7 @@ worry that config_items is freeside-specific and icky.
{
'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',
},