Skip to content
Snippets Groups Projects
Commit 63755fa4 authored by Amber Brown's avatar Amber Brown
Browse files

we do that higher up

parent 73884eba
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,7 @@ class MatrixFederationHttpClient(object): ...@@ -91,6 +91,7 @@ class MatrixFederationHttpClient(object):
self.server_name = hs.hostname self.server_name = hs.hostname
reactor = hs.get_reactor() reactor = hs.get_reactor()
pool = HTTPConnectionPool(reactor) pool = HTTPConnectionPool(reactor)
pool.retryAutomatically = False
pool.maxPersistentPerHost = 5 pool.maxPersistentPerHost = 5
pool.cachedConnectionTimeout = 2 * 60 pool.cachedConnectionTimeout = 2 * 60
self.agent = Agent.usingEndpointFactory( self.agent = Agent.usingEndpointFactory(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment