predictive-punter / punters_client

Python client library for www.punters.com.au
MIT License
6 stars 3 forks source link

Increase Default Concurrent Requests Limit #36

Closed justjasongreen closed 8 years ago

justjasongreen commented 8 years ago

The default concurrent requests limit (of CPU count) seems to perform quite poorly!

Increase the limit to match the default number of worker threads in a ThreadPoolExecutor (that is, CPU count times 5).