[openstreetmap/openstreetmap-website] Add the ability to rate limit edits (PR #4319)

Woazboat notifications at github.com
Tue Aug 19 23:22:55 UTC 2025


Woazboat left a comment (openstreetmap/openstreetmap-website#4319)

The default josm upload chunk size is 1000 changes, which is exactly the upload limit. That means if someone makes more than 1000 changes with a new account, the first upload will go through while the rest of the changes are blocked, creating a broken partial upload.
Maybe the initial limit should be set to 999 instead? That way the first upload will already be blocked and no partial broken upload is made. That won't really fix the underlying issue, but it would prevent this specific failure case.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4319#issuecomment-3202855243
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/4319/c3202855243 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250819/45731ae3/attachment-0001.htm>


More information about the rails-dev mailing list