From d97ea7c3e25ba868889adebf7c63e96a0bdd8fca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Jun 2013 07:23:18 +0800 Subject: [PATCH] Notify.php --- Notify.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 548d4161..9e579bb7 100644 --- a/Notify.php +++ b/Notify.php @@ -85,9 +85,17 @@ class Pman_Core_Notify extends Pman 'max' => 100, ), ); - + /** + * @var $nice_level Unix 'nice' level to stop it jamming server up. + */ var $nice_level = false; + /** + * @var $max_pool_size maximum runners to start at once. + */ var $max_pool_size = 10; + /** + * @var $max_to_domain maximum connections to make to a single domain + */ var $max_to_domain = 10; var $table = 'core_notify'; -- 2.39.2