updating audits workers var scope

This commit is contained in:
shimon 2025-03-04 19:07:45 +02:00
parent f761829d60
commit 76dc8c29d5

View file

@ -21,7 +21,7 @@ class Audits extends Action
protected const BATCH_SIZE_PRODUCTION = 5_000;
protected const BATCH_AGGREGATION_INTERVAL = 60; // in seconds
protected int $lastTriggeredTime = 0;
private int $lastTriggeredTime = 0;
protected array $logs = [];