clear destinations cache in clear_caches fn.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c31de51efc
commit
edb4468771
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ roomid_spacehierarchy_cache: {roomid_spacehierarchy_cache}"
|
|||
}
|
||||
if amount > 6 {
|
||||
self.globals.resolver.overrides.write().unwrap().clear();
|
||||
self.globals.resolver.destinations.write().await.clear();
|
||||
}
|
||||
if amount > 7 {
|
||||
self.globals.resolver.resolver.clear_cache();
|
||||
|
|
Loading…
Add table
Reference in a new issue