Test increase batch

This commit is contained in:
Jake Barnby 2025-02-26 13:45:49 +13:00
parent 3a2babc906
commit 7dfa3193c9
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -17,7 +17,7 @@ use Utopia\System\System;
class Audits extends Action
{
private const BATCH_SIZE_DEVELOPMENT = 1; // smaller batch size for development
private const BATCH_SIZE_DEVELOPMENT = 3; // smaller batch size for development
private const BATCH_SIZE_PRODUCTION = 5_000;
private const BATCH_AGGREGATION_INTERVAL = 60; // in seconds