0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 05:29:00 +02:00

Add a timeout

This commit is contained in:
Erik Johnston 2015-06-02 11:00:37 +01:00
parent 02410e9239
commit 09e23334de

View file

@ -284,6 +284,7 @@ class FederationHandler(BaseHandler):
[dest], [dest],
event_id, event_id,
outlier=True, outlier=True,
timeout=10000,
) )
for event_id in missing_auth for event_id in missing_auth
], ],