summaryrefslogtreecommitdiffstats
path: root/lib/Cron/Cache.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-11 08:27:54 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-04-11 08:28:04 -0100
commit1c6f5dd361057b9e80b662e696bfde31763f251e (patch)
tree0da88f49982f7abdaee22846c0ab48d5e5e8f239 /lib/Cron/Cache.php
parent8d44442a33d4be1854ba26cfd987fcf07d04f457 (diff)
cache remote collections
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Cron/Cache.php')
-rw-r--r--lib/Cron/Cache.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Cron/Cache.php b/lib/Cron/Cache.php
index cf40cdf9..9a93565c 100644
--- a/lib/Cron/Cache.php
+++ b/lib/Cron/Cache.php
@@ -87,6 +87,11 @@ class Cache extends TimedJob {
}
try {
+ $this->cacheActorService->manageDetailsRemoteActors();
+ } catch (Exception $e) {
+ }
+
+ try {
$this->documentService->manageCacheDocuments();
} catch (Exception $e) {
}