From: Wilfried Göesgens Date: Thu, 14 Jun 2007 21:27:45 +0000 (+0000) Subject: * wait a second so the session proxy has time to start, and become responsive. X-Git-Tag: v7.86~3315 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=23847f8d981c50362376419848dd301ebc01f9d6 * wait a second so the session proxy has time to start, and become responsive. --- diff --git a/ctdlphp/ctdlsession.php b/ctdlphp/ctdlsession.php index 3ee498431..da8b9c2be 100644 --- a/ctdlphp/ctdlsession.php +++ b/ctdlphp/ctdlsession.php @@ -53,6 +53,7 @@ function establish_citadel_session() { " &1 " . " 3>&1 4>&1 5>&1 6>&1 7>&1 8>&1 & " ; exec($cmd); + sleep(1); // Keep attempting connections 10 times per second up to 100 times $attempts = 0;