Hello, I’m creating an application that needs to download all photos of a small area of interest over an entire month.
I’m currently using one request per every day and I’m trying to run them concurrently.
Problem is, first 5 requests finish at once after about 5 seconds, then another 5 finish after about 10 seconds and so on.
At first I thought it was node.js limit of concurrent requests, but I’ve disabled it and the problem didn’t disappear, which leads me to believe the API itself is limiting the number of concurrent requests, but I didn’t find any info about that.
Does anyone know what is happening? Should I go about fetching a lot of days at once in another way?
Maximum concurrent requests limit
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
