updating audits workers var scope

This commit is contained in:
shimon
2025-03-04 18:49:31 +02:00
parent 8b4bc7e4a6
commit f761829d60
+1 -1
View File
@@ -17,7 +17,7 @@ use Utopia\System\System;
class Audits extends Action
{
protected const BATCH_SIZE_DEVELOPMENT = 1; // smaller batch size for development
protected const BATCH_SIZE_DEVELOPMENT = 2; // smaller batch size for development
protected const BATCH_SIZE_PRODUCTION = 5_000;
protected const BATCH_AGGREGATION_INTERVAL = 60; // in seconds