Cache device resync requests over replication (#16241)
This commit is contained in:
parent
93f2fdd8d1
commit
e9eb26e3af
|
@ -0,0 +1 @@
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue