remove throttle from web
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user