From c88790dc9603b9a3115ae2dee18242359fc9d0e9 Mon Sep 17 00:00:00 2001 From: botanic Date: Wed, 5 Feb 2014 13:04:18 -0800 Subject: [PATCH] remove sleep on ams install --- .../ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php b/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php index 17288784a..2809ab05d 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php +++ b/code/ryzom/tools/server/ryzom_ams/www/html/installer/libsetup.php @@ -40,7 +40,6 @@ //var used to access the DB; global $cfg; - sleep(15); try{ //SETUP THE WWW DB $dbw = new DBLayer("install", "web");