mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
increase the connection pool size
This commit is contained in:
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user