Browse Source

we do that higher up

Amber Brown 5 years ago
parent
commit
63755fa4c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      synapse/http/matrixfederationclient.py

+ 1 - 0
synapse/http/matrixfederationclient.py

@@ -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(