desarrolloinfotic

Results 1 comments of desarrolloinfotic

I have the same problem ``` from pymysqlpool.pool import Pool conf = { 'host': 'remotehost', 'port': 3306, 'user': 'user', 'password': '***', 'db': 'mydb' } pool = Pool(**conf, min_size=1, max_size=3, timeout=10,...