mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
parent
7dfa3193c9
commit
34d91a6518
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 = 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue