mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Change to 500
This commit is contained in:
parent
9cc61d89f0
commit
3a298b7a21
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ class Deletes extends Action
|
|||
$start = \microtime(true);
|
||||
|
||||
$deleteBatchSize = Database::DELETE_BATCH_SIZE;
|
||||
$deleteBatchSize = 300;
|
||||
$deleteBatchSize = 500;
|
||||
|
||||
/**
|
||||
* deleteDocuments uses a cursor, we need to add a unique order by field or use default
|
||||
|
|
|
|||
Loading…
Reference in a new issue