Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Version 2.1.1: Add a Coroutine Limiter

Choose a tag to compare

@Lyetenth Lyetenth released this 21 Oct 18:04
· 47 commits to master since this release

Version 2.1.1:

  • Add a Coroutine Limiter. This should prevent Timeout Errors due to the loop for large batches of data pulls. This should also improve the speed when the batch is large. The default is 100 coroutines.

Ex: fs = firststreet.FirstStreet(api_key, connection_limit=500)
Ex: fs = firststreet.FirstStreet(api_key, connection_limit=1000)