diff options
author | ivan <ivan> | 2009-12-29 04:45:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-29 04:45:44 +0000 |
commit | 9ed2aa6d3a1e63b1f56891c726e2151d0f15abc9 (patch) | |
tree | 8b44fd7ab5163072d3be4a23767955a493d846f3 /FS | |
parent | 3c403f215111df6d05eb4d305768c3a7d62d9cc5 (diff) |
oops, syntax error adding queued-sleep_time
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 9 |
1 files changed, 8 insertions, 1 deletions
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 <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a>. Evaluated as a double-quoted perl string, with the following variables available: <code>$agent</code> (the agent name), and <code>$pkgs</code> (a comma-separated list of packages for which these charges apply)', + 'description' => 'String passed as the description field to <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a>. Evaluated as a double-quoted perl string, with the following variables available: <code>$agent</code> (the agent name), and <code>$pkgs</code> (a comma-separated list of packages for which these charges apply - not available in all situations)', 'type' => 'text', }, @@ -3167,6 +3167,13 @@ 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.', + 'type' => 'text', + }, + + { 'key' => 'cancelled_cust-noevents', 'section' => 'billing', 'description' => "Don't run events for cancelled customers", |