We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding to this: https://pymysql.readthedocs.io/en/latest/modules/connections.html When creating pymysql connection, we can set read_timeout or write_timneout. But I can't find anyway to specific the same arguments to aiomysql connection
pymysql
read_timeout
write_timneout
aiomysql
The text was updated successfully, but these errors were encountered:
Sorry, answered in #487, nothing for read/write timeout yet, feel free to add it in via a PR if you need it.
Sorry, something went wrong.
No branches or pull requests
Regarding to this: https://pymysql.readthedocs.io/en/latest/modules/connections.html
When creating
pymysql
connection, we can setread_timeout
orwrite_timneout
. But I can't find anyway to specific the same arguments toaiomysql
connectionThe text was updated successfully, but these errors were encountered: