From 9ed2aa6d3a1e63b1f56891c726e2151d0f15abc9 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Dec 2009 04:45:44 +0000 Subject: [PATCH] oops, syntax error adding queued-sleep_time --- FS/FS/Conf.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a64883572..f2960cd77 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -689,7 +689,7 @@ worry that config_items is freeside-specific and icky. { 'key' => 'business-onlinepayment-description', 'section' => 'billing', - 'description' => 'String passed as the description field to Business::OnlinePayment. Evaluated as a double-quoted perl string, with the following variables available: $agent (the agent name), and $pkgs (a comma-separated list of packages for which these charges apply)', + 'description' => 'String passed as the description field to Business::OnlinePayment. Evaluated as a double-quoted perl string, with the following variables available: $agent (the agent name), and $pkgs (a comma-separated list of packages for which these charges apply - not available in all situations)', 'type' => 'text', }, @@ -3166,6 +3166,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + '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', -- 2.20.1