From 23847f8d981c50362376419848dd301ebc01f9d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 14 Jun 2007 21:27:45 +0000 Subject: [PATCH] * wait a second so the session proxy has time to start, and become responsive. --- ctdlphp/ctdlsession.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2