diff --git a/src/Scheduler/UpdateRdapServersSchedule.php b/src/Scheduler/UpdateRdapServersSchedule.php index 8c97942..7d8a7d2 100644 --- a/src/Scheduler/UpdateRdapServersSchedule.php +++ b/src/Scheduler/UpdateRdapServersSchedule.php @@ -22,7 +22,7 @@ final readonly class UpdateRdapServersSchedule implements ScheduleProviderInterf { return (new Schedule()) ->add( - RecurringMessage::every('30 seconds', new UpdateRdapServers()), + RecurringMessage::every('1 month', new UpdateRdapServers()), )->stateful($this->cache); } }