There was an error while loading. Please reload this page.
1 parent 1ba5196 commit 198bc13Copy full SHA for 198bc13
1 file changed
lib/BackgroundJob/RegenerateOutdatedChatSummariesJob.php
@@ -20,7 +20,7 @@ public function __construct(
20
private SessionSummaryService $sessionSummaryService,
21
) {
22
parent::__construct($timeFactory);
23
- $this->setInterval(60 * 60 * 24); // 24h
+ $this->setInterval(60 * 10); // 10min
24
}
25
public function run($argument) {
26
$userId = $argument['userId'];
0 commit comments