Frequently Asked Questions

Why is the maximum number of concurrent requests limited by default?

As PyGoChook uses aiohttp to handle requests asynchronously, it has the same limitations and defaults. As described in their documentation, this number is sufficient for most cases. The maximum number can be modified by the argument connection_limit of the MsgSender (see …). The optimal number depends very much on your internet connection, hardware etc.