diff options
| author | Erik Johnston <erik@matrix.org> | 2018-07-02 13:56:08 +0100 |
|---|---|---|
| committer | Erik Johnston <erik@matrix.org> | 2018-07-02 13:56:08 +0100 |
| commit | ca21957b8a4942e829050834297afb290338c120 (patch) | |
| tree | f00e517d4739ab4b039b7c5c3fcf1e4f68a90ea5 | |
| parent | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff) | |
| download | synapse-ca21957b8a4942e829050834297afb290338c120.tar.xz | |
Timeout membership requests after 90s
This is a hacky fix to try and stop in flight requests from building up
| -rw-r--r-- | synapse/handlers/room_member.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/synapse/handlers/room_member.py b/synapse/handlers/room_member.py |
