mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
updating audits workers var scope
This commit is contained in:
parent
f761829d60
commit
76dc8c29d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue