updating audits workers var scope

This commit is contained in:
shimon 2025-03-04 19:15:00 +02:00
parent ce054e7088
commit 09aa383cf3

View file

@ -25,6 +25,7 @@ class Audits extends Action
private array $logs = [];
protected function getBatchSize(): int
{
return System::getEnv('_APP_ENV', 'development') === 'development'