From aa677efd510bfaa8069a5bab4b71450ab2ef70e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 11 Aug 2018 20:58:58 +0200 Subject: [PATCH] remove throttle from web --- app/Http/Kernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index a4689cf..69f1a32 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -35,7 +35,6 @@ class Kernel extends HttpKernel */ protected $middlewareGroups = [ 'web' => [ - 'throttle:120,15', // try to prevent people refresh-spamming the server to game table visit counts EncryptCookies::class, \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, \Illuminate\Session\Middleware\StartSession::class,