Loop frequency

This commit is contained in:
Juan Pablo Vial
2025-06-03 12:58:57 -04:00
parent 3c8822e531
commit 3c161ed4e9
3 changed files with 9 additions and 6 deletions

View File

@ -5,4 +5,5 @@ return [
DateTimeZone::class => function (ContainerInterface $container) {
return new DateTimeZone($container->get('TZ') ?? 'America/Santiago');
},
'loopFrequency' => 60
];