Skip to content

Commit

Permalink
Re-enabled lenient mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Aug 31, 2022
1 parent e67b4fc commit a3dbdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions limitador-server/examples/limits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
max_value: 10
seconds: 60
conditions:
- "req.method == 'GET'"
- "req.method == GET"
variables:
- user_id
-
namespace: test_namespace
max_value: 5
seconds: 60
conditions:
- "req.method == 'POST'"
- "req.method == POST"
variables:
- user_id

0 comments on commit a3dbdef

Please sign in to comment.