summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-08-26 09:45:19 +0100
committerRichard van der Hoff <richard@matrix.org>2021-08-26 09:45:19 +0100
commitac646fed06d31b151a902b1f25f6a82a2d719ffd (patch)
tree07a5437aaee6b4b9b8dea1302569ed3d4c58d1be /synapse/handlers/sync.py
parentMerge remote-tracking branch 'origin/release-v1.41' into matrix-org-hotfixes (diff)
downloadsynapse-ac646fed06d31b151a902b1f25f6a82a2d719ffd.tar.xz
Remove some redundant patches from the hotfixes branch
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index 53ae539d74..590642f510 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -61,7 +61,6 @@ logger = logging.getLogger(__name__) # Debug logger for https://github.com/matrix-org/synapse/issues/4422 issue4422_logger = logging.getLogger("synapse.handler.sync.4422_debug") -SYNC_RESPONSE_CACHE_MS = 2 * 60 * 1000 # Counts the number of times we returned a non-empty sync. `type` is one of # "initial_sync", "full_state_sync" or "incremental_sync", `lazy_loaded` is