summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-12-29 04:44:59 +0000
committerivan <ivan>2009-12-29 04:44:59 +0000
commitede8e9d133e7a1b38e292c0ade2f9021990611d0 (patch)
tree2d250e765a2d1671c543322fc2e49e48715fb189
parent6b358ff9f112b573981acf7b392f11d20431724f (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 eaafe9984..a279f0f9e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2515,7 +2515,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',
},