From: Vincent Vanwaelscappel Date: Wed, 7 May 2025 09:53:31 +0000 (+0200) Subject: #7454 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=34df248cf3f1d539867399c5aed85f466506e2f7;p=fluidbook-toolbox.git #7454 --- diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index ed35b7771..68c2e94c0 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -44,7 +44,7 @@ class Kernel extends HttpKernel ], 'api' => [ - 'throttle:60,1', + 'throttle:1800,30', \Illuminate\Routing\Middleware\SubstituteBindings::class, ], ];