]> _ Git - fluidbook-toolbox.git/commitdiff
#7454
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 May 2025 09:53:31 +0000 (11:53 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 May 2025 09:53:31 +0000 (11:53 +0200)
app/Http/Kernel.php

index ed35b7771cad8a07f2bab0cf31d323b8e8826e79..68c2e94c0006f334e2f20a0189c53d225fd02e17 100644 (file)
@@ -44,7 +44,7 @@ class Kernel extends HttpKernel
         ],
 
         'api' => [
-            'throttle:60,1',
+            'throttle:1800,30',
             \Illuminate\Routing\Middleware\SubstituteBindings::class,
         ],
     ];