mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
chore: add comment about the unit
This commit is contained in:
parent
294f6818fa
commit
2dffcb29b0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class Audits extends Action
|
|||
{
|
||||
private const BATCH_SIZE_DEVELOPMENT = 1; // smaller batch size for development
|
||||
private const BATCH_SIZE_PRODUCTION = 5_000;
|
||||
private const BATCH_AGGREGATION_INTERVAL = 60;
|
||||
private const BATCH_AGGREGATION_INTERVAL = 60; // in seconds
|
||||
|
||||
private static array $logs = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue