mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
increase the connection pool size
This commit is contained in:
@@ -437,7 +437,7 @@ myrandom = MyRandom()
|
||||
|
||||
|
||||
class TgConnectionPool:
|
||||
MAX_CONNS_IN_POOL = 4
|
||||
MAX_CONNS_IN_POOL = 64
|
||||
|
||||
def __init__(self):
|
||||
self.pools = {}
|
||||
|
||||
Reference in New Issue
Block a user