diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index eb3238a8d..503aebd22 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', }, |