Skip to content

Commit

Permalink
[ibexa/experience,commerce] Added configuration for Rate Limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Oct 24, 2022
1 parent 4be85c4 commit bebcd30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ibexa/commerce/4.3/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@ framework:
esi: true
fragments: true
http_method_override: true

rate_limiter:
corporate_account_application:
policy: 'fixed_window'
limit: 1
interval: '5 minutes'
6 changes: 6 additions & 0 deletions ibexa/experience/4.3/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ framework:
esi: true
fragments: true
http_method_override: true

rate_limiter:
corporate_account_application:
policy: 'fixed_window'
limit: 1
interval: '5 minutes'

0 comments on commit bebcd30

Please sign in to comment.