aiomysql icon indicating copy to clipboard operation
aiomysql copied to clipboard

[Question] Are there anyways to set read_timeout or write_timeout like pymysql?

Open WindSoilder opened this issue 5 years ago • 1 comments

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

WindSoilder avatar May 09 '20 03:05 WindSoilder

Sorry, answered in https://github.com/aio-libs/aiomysql/issues/487, nothing for read/write timeout yet, feel free to add it in via a PR if you need it.

terricain avatar May 10 '20 15:05 terricain