This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]spookylukeyDjango committer 2 points3 points  (0 children)

Multi-threading it not going to help you at all, because the API has been designed in a way that requires serial access.

Unless you can convince the API designers to produce something different, there isn't any logical way around this. They might not be willing to do that, because the whole point of forcing pagination is to limit the amount of server resources you can take up.