Skip to content

Commit 126e0a5

Browse files
authored
Update rate limiter settings in YAML configuration (#1688)
* Update rate limiter settings in YAML configuration fixed #1665 * Reduce rate limiter limit from 100 to 60
1 parent 47b7d89 commit 126e0a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/prepend/rate_limiter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ framework:
22
rate_limiter:
33
setting_admin_thumbnail:
44
policy: 'fixed_window'
5-
limit: 5
6-
interval: '5 minutes'
5+
limit: 60
6+
interval: '1 minutes'

0 commit comments

Comments
 (0)