mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Clean up
This commit is contained in:
parent
5b6672c66d
commit
b7336ff32d
2 changed files with 4 additions and 7 deletions
|
@ -61,11 +61,6 @@ MAX_LONG_RETRIES = 10
|
|||
MAX_SHORT_RETRIES = 3
|
||||
|
||||
|
||||
def test(conn):
|
||||
conn.loseConnection()
|
||||
return conn
|
||||
|
||||
|
||||
class MatrixFederationEndpointFactory(object):
|
||||
def __init__(self, hs):
|
||||
self.tls_server_context_factory = hs.tls_server_context_factory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue