From: Andy Allan Date: Wed, 20 Dec 2023 11:38:54 +0000 (+0000) Subject: Reduce changeset comment rate limits further in tests X-Git-Tag: live~1105^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/abc58ed903450d6d36690fe518cde3441eeb492d Reduce changeset comment rate limits further in tests This has an impact on how long the tests take to run. --- diff --git a/config/settings/test.yml b/config/settings/test.yml index 0cfa74cd7..fe5aa5d89 100644 --- a/config/settings/test.yml +++ b/config/settings/test.yml @@ -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-----