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/3054478...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to