Index: branches/unlabeled/unlabeled-1.10.2/admin/head.php =================================================================== diff -u -r3962 -r4066 --- branches/unlabeled/unlabeled-1.10.2/admin/head.php (.../head.php) (revision 3962) +++ branches/unlabeled/unlabeled-1.10.2/admin/head.php (.../head.php) (revision 4066) @@ -132,7 +132,7 @@ $http_request.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT"); $http_request.send(null); - setTimeout('checkServer()', 5 * 60000); // one time in 5 minutes + setTimeout('checkServer()', 20 * 60000); // one time in 20 minutes } checkServer();