fix: add a delay of an hour

This commit is contained in:
Maël Gangloff
2024-09-05 15:51:54 +02:00
parent ff11cd8af3
commit ade9751802

View File

@@ -69,7 +69,7 @@ final readonly class UpdateDomainsFromWatchlistHandler
$this->RDAPService::isToBeWatchClosely($domain)
&& $domain->getUpdatedAt()
->diff(
new \DateTimeImmutable('now'))->h >= 1
new \DateTimeImmutable('now'))->i >= 55
)
) as $domain
) {