feat: add tld properties

This commit is contained in:
Maël Gangloff
2024-07-19 18:59:21 +02:00
parent 08e13e73c4
commit 300e68e3a1
11 changed files with 382 additions and 96 deletions

View File

@@ -22,7 +22,7 @@ final readonly class UpdateRdapServersSchedule implements ScheduleProviderInterf
{
return (new Schedule())
->add(
RecurringMessage::every('1 month', new UpdateRdapServers()),
RecurringMessage::every('30 seconds', new UpdateRdapServers()),
)->stateful($this->cache);
}
}