Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 19ebd38

Browse files
David Robertsonhughns
authored andcommitted
Cache device resync requests over replication (#16241)
1 parent 0f984c6 commit 19ebd38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/16241.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cache device resync requests over replication.

synapse/replication/http/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ReplicationMultiUserDevicesResyncRestServlet(ReplicationEndpoint):
6262

6363
NAME = "multi_user_device_resync"
6464
PATH_ARGS = ()
65-
CACHE = False
65+
CACHE = True
6666

6767
def __init__(self, hs: "HomeServer"):
6868
super().__init__(hs)

0 commit comments

Comments
 (0)