Skip to content
Snippets Groups Projects
Unverified Commit e9eb26e3 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Cache device resync requests over replication (#16241)

parent 93f2fdd8
Branches
Tags
No related merge requests found
Cache device resync requests over replication.
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment