From: ivan Date: Tue, 29 Dec 2009 04:45:44 +0000 (+0000) Subject: oops, syntax error adding queued-sleep_time X-Git-Tag: freeside_1_9_2~153 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9ed2aa6d3a1e63b1f56891c726e2151d0f15abc9;p=freeside.git oops, syntax error adding queued-sleep_time --- 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',