From: Alan Knowles Date: Mon, 17 Jun 2013 23:23:18 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d97ea7c3e25ba868889adebf7c63e96a0bdd8fca Notify.php --- 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';