From: Christian Weiske Date: Thu, 3 Mar 2011 19:31:48 +0000 (+0100) Subject: sleep a bit to let apache get to work again X-Git-Url: https://git.cweiske.de/awstats-helper.git/commitdiff_plain/0ccc49f807683b9b9f7e2bf9f20c2c5cab96e4cb sleep a bit to let apache get to work again --- diff --git a/update-sites.php b/update-sites.php index 601ecd2..f6448d7 100644 --- a/update-sites.php +++ b/update-sites.php @@ -7,6 +7,8 @@ require_once 'functions.php'; foreach (aws_sites() as $site) { aws_createHtml($site); aws_createIndex($site); + // allow apache to work for 15 seconds (so that one can use svn commit again) + sleep(15); } aws_createGlobalIndex(); -?> \ No newline at end of file +?>