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

index aaddf1f..999fb39 100644 (file)
@@ -203,7 +203,7 @@ class Pman_Core_Notify extends Pman
         // we should have a time limit here...
         while(count($this->pool)) {
             $this->poolfree();
-            //sleep(3);
+             sleep(1);
         }
         
         die("DONE\n");