From 6083ab690e67d1b08e5d10828c666a0756969a3e Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 15 Oct 2015 14:16:01 +0200 Subject: 5 secs is slow enough --- itjs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs.php') diff --git a/itjs.php b/itjs.php index 332e0dc..9ef6583 100644 --- a/itjs.php +++ b/itjs.php @@ -22,7 +22,7 @@ require "itools/itools.lib"; if (EDC('slow' . it::match('\.(\w+)$', $_SERVER['PHP_SELF']))) - sleep(10); + sleep(5); $crc = $_REQUEST['c'] ?: $_REQUEST['s']; if ($crc != "-" && !$_SERVER['HTTP_CACHE_CONTROL'] && $_SERVER['HTTP_IF_NONE_MATCH'] && !it::is_devel() && !$_REQUEST['retry']) -- cgit v1.2.3