From 7e0dd48dc9cd55486b15f5526bfba11b7eb517f5 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 24 Jan 2014 08:07:15 +0000 Subject: [PATCH] Change random seconds from 3.5 to 3 seconds. --- app/provision/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/provision/index.php b/app/provision/index.php index 286b81ab6c..ffe4302bd9 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -289,7 +289,7 @@ require_once "resources/require.php"; syslog(LOG_WARNING, '['.$_SERVER['REMOTE_ADDR']."] provision attempt bad password for ".check_str($_REQUEST['mac'])); closelog(); - usleep(rand(1000000,3500000));//1-3.5 seconds. + usleep(rand(1000000,3000000));//1-3 seconds. echo "access denied"; return; }