Revert "Test increase batch"

This reverts commit 7dfa3193c9.
This commit is contained in:
Jake Barnby 2025-02-26 13:51:41 +13:00
parent 7dfa3193c9
commit 34d91a6518
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 = 3; // smaller batch size for development
private const BATCH_SIZE_DEVELOPMENT = 1; // smaller batch size for development
private const BATCH_SIZE_PRODUCTION = 5_000;
private const BATCH_AGGREGATION_INTERVAL = 60; // in seconds