sleep a bit to let apache get to work again
[awstats-helper.git] / update-sites.php
index 601ecd23f5e3b41636f99bb798d6e3cc63c0c167..f6448d791d9baf24bf8de6d324780e8f685bb883 100644 (file)
@@ -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
+?>