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

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