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

mmd notifications at github.com
Wed Nov 1 13:10:43 UTC 2023


I guess you could anyway find out what the current limits are by splitting up the upload into smaller chunks. By the way, I've noticed something strange when testing a chunk size of 500 in JOSM. For some reason, I could upload a pretty large amount of data without getting any error message.

```
select count(*), sum(num_changes) from changesets where user_id = 13 and closed_at >= '2023-11-01 12:53:00' ;
 count |  sum   
-------+--------
    39 | 384668
```

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

Message ID: <openstreetmap/openstreetmap-website/pull/4319/c1788929789 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20231101/c985d441/attachment.htm>


More information about the rails-dev mailing list