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

index 5c4777b..900441b 100644 (file)
@@ -195,9 +195,13 @@ class Pman_Core_Notify extends Pman
             exit;
         }
         
-        echo "BATCH SIZE: ".  count($ar) . "\n";
+        //echo "BATCH SIZE: ".  count($ar) . "\n";
         $pushed = array();
         while (true) {
+            
+            
+            echo "BATCH SIZE: ".  count($ar) . "\n";
+            
             if (empty($ar)) {
                 break;
             }