You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Hi, I'd love to bump the number of workers I use when iterating documents using async requests.
However I can't see a way of passing this in. Am I missing something, or would you like a patch that lets you pass it via kwargs? Happy to provide.
See line 47 of resource.py. It could be made:
self._session = FuturesSession(kwargs.get('max_workers',2))
Cheers,
James