mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Up the default API throttle for the client API to avoid issues with large numbers of servers
This commit is contained in:
parent
1ad8b3f37d
commit
ef586bf752
@ -13,7 +13,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
'rate_limit' => [
|
'rate_limit' => [
|
||||||
'client_period' => 1,
|
'client_period' => 1,
|
||||||
'client' => env('APP_API_CLIENT_RATELIMIT', 240),
|
'client' => env('APP_API_CLIENT_RATELIMIT', 720),
|
||||||
|
|
||||||
'application_period' => 1,
|
'application_period' => 1,
|
||||||
'application' => env('APP_API_APPLICATION_RATELIMIT', 240),
|
'application' => env('APP_API_APPLICATION_RATELIMIT', 240),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user