From 0ccc49f807683b9b9f7e2bf9f20c2c5cab96e4cb Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 3 Mar 2011 20:31:48 +0100 Subject: [PATCH] sleep a bit to let apache get to work again --- update-sites.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +?> -- 2.30.2