increase the connection pool size

This commit is contained in:
Alexander Bersenev
2019-11-19 05:00:53 +05:00
parent fd75ca3cf9
commit 0549fd7200

View File

@@ -437,7 +437,7 @@ myrandom = MyRandom()
class TgConnectionPool: class TgConnectionPool:
MAX_CONNS_IN_POOL = 4 MAX_CONNS_IN_POOL = 64
def __init__(self): def __init__(self):
self.pools = {} self.pools = {}