]> git.openstreetmap.org Git - rails.git/commitdiff
Reduce changeset comment rate limits further in tests
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Dec 2023 11:38:54 +0000 (11:38 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Dec 2023 11:45:08 +0000 (11:45 +0000)
This has an impact on how long the tests take to run.

config/settings/test.yml

index 0cfa74cd70738ca851244a4830bf2b7bb0ed63fe..fe5aa5d897341348905eb8b349ad8bd601016107 100644 (file)
@@ -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-----