Reduce changeset comment rate limits further in tests
This has an impact on how long the tests take to run.
This commit is contained in:
parent
f22ecd6309
commit
abc58ed903
1 changed files with 2 additions and 2 deletions
|
@ -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-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue