Skip to content

Commit

Permalink
Turn off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Mar 28, 2024
1 parent 77fbf30 commit 349e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/enjin-platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
|
*/
'rate_limit' => [
'enabled' => env('RATE_LIMIT_ENABLED', true),
'enabled' => env('RATE_LIMIT_ENABLED', false),
'attempts' => env('RATE_LIMIT_ATTEMPTS', 500),
'time' => env('RATE_LIMIT_TIME', 1), // minutes
],
Expand Down

0 comments on commit 349e2de

Please sign in to comment.