From caa8167002df469bb3e68c1942490723adb7988c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Mar 2005 12:29:36 +0000 Subject: [PATCH] Modifie la taille du sleep --- htdocs/telephonie/script/graph-statistiques-lignes.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/script/graph-statistiques-lignes.php b/htdocs/telephonie/script/graph-statistiques-lignes.php index 09337e3dd12..e383e3e4da0 100644 --- a/htdocs/telephonie/script/graph-statistiques-lignes.php +++ b/htdocs/telephonie/script/graph-statistiques-lignes.php @@ -54,10 +54,11 @@ while ( $childrenNow < $childrenTotal ) } else { - usleep(10000); $process = new ProcessGraphLignes( $childrenNow, $clientPerChild ); $process->go(); die(); - } + } + + usleep(100000); } ?>