doubled wait between new data check
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 4 May 2008 09:46:27 +0000 (09:46 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 4 May 2008 09:46:27 +0000 (09:46 +0000)
web/briskin5/index_rd.php
web/index_rd.php

index ddc4582..b6662f6 100644 (file)
@@ -328,8 +328,8 @@ for ($i = 0 ; time() < $endtime ; $i++) {
   $old_subst = $subst;
   $old_step =  $step;
   // log_rd("POST MAIN ".$step);;
-  usleep(200000);
-  if (($i % 10) == 0) {
+  usleep(400000);
+  if (($i % 5) == 0) {
     // log_rd2("TIME: ".time());
     echo '_';
     flush();
index fb97713..ea422ef 100644 (file)
@@ -336,8 +336,8 @@ for ($i = 0 ; time() < $endtime ; $i++) {
   $old_subst = $subst;
   $old_step =  $step;
   // log_rd("POST MAIN ".$step);;
-  usleep(200000);
-  if (($i % 10) == 0) {
+  usleep(400000);
+  if (($i % 5) == 0) {
     // log_rd2("TIME: ".time());
     echo '_';
     flush();