Skip to content

Commit

Permalink
Reduce changeset comment rate limits further in tests
Browse files Browse the repository at this point in the history
This has an impact on how long the tests take to run.
  • Loading branch information
gravitystorm committed Dec 20, 2023
1 parent 1543c2e commit eb49a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ trace_file_storage: "test"
trace_image_storage: "test"
trace_icon_storage: "test"
# Lower some rate limits for testing
max_changeset_comments_per_hour: 30
moderator_changeset_comments_per_hour: 60
max_changeset_comments_per_hour: 10
moderator_changeset_comments_per_hour: 15
# Private key for signing id_tokens
doorkeeper_signing_key: |
-----BEGIN PRIVATE KEY-----
Expand Down

0 comments on commit eb49a4e

Please sign in to comment.