Skip to content

Commit d7f89ab

Browse files
PytalAndyScherzinger
authored andcommitted
perf(files_reminders): Use in-memory cache
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent 5e6bec7 commit d7f89ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_reminders/lib/Service/ReminderService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
protected LoggerInterface $logger,
4545
protected ICacheFactory $cacheFactory,
4646
) {
47-
$this->cache = $this->cacheFactory->createDistributed('files_reminders');
47+
$this->cache = $this->cacheFactory->createInMemory();
4848
}
4949

5050
public function cacheFolder(IUser $user, Folder $folder): void {

0 commit comments

Comments
 (0)