diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-16 11:34:36 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-16 11:34:36 +0100 |
commit | 2ee1bd124c2d9ac7f11d0b32c9e40a842db14fe9 (patch) | |
tree | 24cf296cdf3a2a86fd4f099d93499e2350901bdc /synapse | |
parent | Merge branch 'fix_integrity_retry' of https://github.com/Ralith/synapse into ... (diff) | |
download | synapse-2ee1bd124c2d9ac7f11d0b32c9e40a842db14fe9.tar.xz |
Limit number of extremeties in backfill request
This works around a bug where if we make a backfill request with too many extremeties it causes the request URI to be too long.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/federation.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |