Skip to content
Snippets Groups Projects
Commit 4ef7a25c authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge pull request #733 from matrix-org/erikj/make_member_timeout

Lower timeout for make_membership_event
parents 3727a157 914f1eaf
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,8 @@ class TransportLayerClient(object):
content = yield self.client.get_json(
destination=destination,
path=path,
retry_on_dns_fail=True,
retry_on_dns_fail=False,
timeout=20000,
)
defer.returnValue(content)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment