Notify.php
[Pman.Core] / Notify.php
index 5a8427e..548d416 100644 (file)
@@ -88,6 +88,7 @@ class Pman_Core_Notify extends Pman
     
     var $nice_level = false;
     var $max_pool_size = 10;
+    var $max_to_domain = 10;
     
     var $table = 'core_notify';
     var $target = 'Core/NotifySend';