mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: add a delay of an hour
This commit is contained in:
@@ -69,7 +69,7 @@ final readonly class UpdateDomainsFromWatchlistHandler
|
|||||||
$this->RDAPService::isToBeWatchClosely($domain)
|
$this->RDAPService::isToBeWatchClosely($domain)
|
||||||
&& $domain->getUpdatedAt()
|
&& $domain->getUpdatedAt()
|
||||||
->diff(
|
->diff(
|
||||||
new \DateTimeImmutable('now'))->h >= 1
|
new \DateTimeImmutable('now'))->i >= 55
|
||||||
)
|
)
|
||||||
) as $domain
|
) as $domain
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user