Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:52:21 +0000 (10:52 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:52:21 +0000 (10:52 +0800)
Notify.php

index 39b72f3..eff7279 100644 (file)
@@ -206,7 +206,7 @@ class Pman_Core_Notify extends Pman
             $p = array_shift($ar);
             if (!$this->poolfree()) {
                 array_unshift($ar,$p); /// put it back on..
-                sleep(1);
+                sleep(3);
                 continue;
             }
             if ($this->poolHasDomain($p->person_id_email)) {