mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 01:20:30 +01:00
Merge pull request #733 from matrix-org/erikj/make_member_timeout
Lower timeout for make_membership_event
This commit is contained in:
commit
4ef7a25c10
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue