mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Cache device resync requests over replication (#16241)
This commit is contained in:
parent
93f2fdd8d1
commit
e9eb26e3af
1
changelog.d/16241.misc
Normal file
1
changelog.d/16241.misc
Normal file
@ -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
Block a user