]> git.openstreetmap.org Git - rails.git/commit
Remove hardcoded rate limit value
authorgobinathal <gobinathal8@gmail.com>
Mon, 8 Jan 2024 16:59:34 +0000 (22:29 +0530)
committerTom Hughes <tom@compton.nu>
Thu, 7 Nov 2024 18:33:53 +0000 (18:33 +0000)
commit2d8feb6d79af2e96d83cf67ca0771116c9c0f11a
treed0d5128e74a38742c0d6edb8675843bd3538d5c2
parent9d47ad5fe5aa20d674d13c7ac028a46eb3cd4a5e
Remove hardcoded rate limit value

Name is chosen to match the equivalent setting in the configuration
of the rate limits for edits.

Fixes #4427.
app/models/user.rb
config/settings.yml
config/settings/test.yml
test/controllers/api/changeset_comments_controller_test.rb