Skip to content

Commit 198bc13

Browse files
committed
fix: update outdated summaries every 10 min
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
1 parent 1ba5196 commit 198bc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/BackgroundJob/RegenerateOutdatedChatSummariesJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(
2020
private SessionSummaryService $sessionSummaryService,
2121
) {
2222
parent::__construct($timeFactory);
23-
$this->setInterval(60 * 60 * 24); // 24h
23+
$this->setInterval(60 * 10); // 10min
2424
}
2525
public function run($argument) {
2626
$userId = $argument['userId'];

0 commit comments

Comments
 (0)