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

Commit

Permalink
Cache device resync requests over replication (#16241)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored and hughns committed Sep 4, 2023
1 parent 0f984c6 commit 19ebd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/16241.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cache device resync requests over replication.
2 changes: 1 addition & 1 deletion synapse/replication/http/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ReplicationMultiUserDevicesResyncRestServlet(ReplicationEndpoint):

NAME = "multi_user_device_resync"
PATH_ARGS = ()
CACHE = False
CACHE = True

def __init__(self, hs: "HomeServer"):
super().__init__(hs)
Expand Down

0 comments on commit 19ebd38

Please sign in to comment.