I am experiencing an issue while using the Telegram Bot local API server. When I use the Docker image you provided (default configuration), it seems there is no maximum request rate limit. I can call APIs like getChatMember without restrictions.
However, when I use the official TDLib source code to install the local API server (default configuration with only the --local option), I receive the following error message when I exceed approximately a few dozen requests per second:
Error code 429: too many requests: retry after 8
I would like to know if there are any additional configuration options in your Docker image that allow for higher request rates, or if there are specific settings I can use to configure the TDLib server to support more frequent requests.
I am experiencing an issue while using the Telegram Bot local API server. When I use the Docker image you provided (default configuration), it seems there is no maximum request rate limit. I can call APIs like getChatMember without restrictions.
However, when I use the official TDLib source code to install the local API server (default configuration with only the --local option), I receive the following error message when I exceed approximately a few dozen requests per second:
Error code 429: too many requests: retry after 8
I would like to know if there are any additional configuration options in your Docker image that allow for higher request rates, or if there are specific settings I can use to configure the TDLib server to support more frequent requests.