X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=b88ce9949d592e183c9e440013cc5359b021810f;hb=ae4baf0b0142cc538df4370430f4971440b33ee6;hp=ec0f47cb08d4635066d8b7c7e3d6fff5c385254d;hpb=cb1194a384bfab6cd9b0056b96cd57d828bca054;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index ec0f47c..b88ce99 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -103,9 +103,15 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su // log_rd2($sess, "Postget".$proxy_step."zizi"); if ($cur_step == $proxy_step) { - log_rd2($sess, "P"); + log_only2($sess, "P"); return (FALSE); } + else { + log_only2($sess, "R"); + } + } + else { + log_only2($sess, "R"); } if ($bri == FALSE) { @@ -291,8 +297,8 @@ for ($i = 0 ; time() < $endtime ; $i++) { $old_subst = $subst; $old_step = $step; // log_rd($sess, "POST MAIN ".$step);; - usleep(200000); - if (($i % 10) == 0) { + usleep(400000); + if (($i % 5) == 0) { // log_rd2($sess, "TIME: ".time()); echo '_'; flush();