The feature to crawl batches of ISBN numbers is a great one in principle. In practice, I often get timeouts when importing more than maybe 5 ISBNs at the same time. This is why I tend to add the books manually, one after another (which hardly causes any timeouts).
Could this be because the import sends multiple HTTP requests in parallel? Do you think that the number of rejected requests could be reduced by sending everything synchronously?
The feature to crawl batches of ISBN numbers is a great one in principle. In practice, I often get timeouts when importing more than maybe 5 ISBNs at the same time. This is why I tend to add the books manually, one after another (which hardly causes any timeouts).
Could this be because the import sends multiple HTTP requests in parallel? Do you think that the number of rejected requests could be reduced by sending everything synchronously?