mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Test increase batch
This commit is contained in:
parent
3a2babc906
commit
7dfa3193c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue