[openstreetmap/openstreetmap-website] Increase changeset query max limit (Issue #4109)

Roman Deev notifications at github.com
Wed Jul 9 23:53:00 UTC 2025


deevroman left a comment (openstreetmap/openstreetmap-website#4109)

+1 There is actually a dirty way to parallelize getting all the user changesets. You can find out the first user changeset and aggressively parallelizing over time intervals using `from=` `to=`.

p.s. and it's quite annoying to use timestamps because you need extra logic to not miss changesets created at the same second.

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

Message ID: <openstreetmap/openstreetmap-website/issues/4109/3054478592 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250709/3d1038f0/attachment.htm>


More information about the rails-dev mailing list