chore: add comment about the unit

This commit is contained in:
Christy Jacob 2025-02-12 13:09:31 +05:30
parent 294f6818fa
commit 2dffcb29b0

View file

@ -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 = [];