diff --git a/apps/files_reminders/lib/Service/ReminderService.php b/apps/files_reminders/lib/Service/ReminderService.php index 6ee395620765c..d4414d7bf583f 100644 --- a/apps/files_reminders/lib/Service/ReminderService.php +++ b/apps/files_reminders/lib/Service/ReminderService.php @@ -44,7 +44,7 @@ public function __construct( protected LoggerInterface $logger, protected ICacheFactory $cacheFactory, ) { - $this->cache = $this->cacheFactory->createInMemory(); + $this->cache = $this->cacheFactory->createInMemory(30000); } public function cacheFolder(IUser $user, Folder $folder): void {