mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Platform/Workers/Deletes.php
This commit is contained in:
parent
3a298b7a21
commit
449b9295fd
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 = 500;
|
||||
$deleteBatchSize = 500; // TODO: Set right value in DB library after investigation
|
||||
|
||||
/**
|
||||
* deleteDocuments uses a cursor, we need to add a unique order by field or use default
|
||||
|
|
|
|||
Loading…
Reference in a new issue