remove throttle from web

This commit is contained in:
2018-08-11 20:58:58 +02:00
parent 9b722aa7c9
commit aa677efd51
-1
View File
@@ -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,