From 34df248cf3f1d539867399c5aed85f466506e2f7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 7 May 2025 11:53:31 +0200 Subject: [PATCH] #7454 --- app/Http/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ], ]; -- 2.39.5