Merge branch 'main' into fix/monitoring-chapter-id-mismatch

This commit is contained in:
2026-03-27 15:04:12 +01:00
9 changed files with 290 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ readonly class CheckMonitoredMangasHandler
{
$criteria = new MonitoringCriteria(
enabled: true,
lastCheckBefore: $command->since ?? new \DateTimeImmutable('-1 hour')
lastCheckBefore: new \DateTimeImmutable('-2 hours')
);
$monitoredMangas = $this->mangaRepository->findByMonitoringCriteria($criteria);