mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 01:20:30 +01:00
we do that higher up
This commit is contained in:
parent
73884ebac5
commit
63755fa4c2
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class MatrixFederationHttpClient(object):
|
|||
self.server_name = hs.hostname
|
||||
reactor = hs.get_reactor()
|
||||
pool = HTTPConnectionPool(reactor)
|
||||
pool.retryAutomatically = False
|
||||
pool.maxPersistentPerHost = 5
|
||||
pool.cachedConnectionTimeout = 2 * 60
|
||||
self.agent = Agent.usingEndpointFactory(
|
||||
|
|
Loading…
Add table
Reference in a new issue