Update src/Appwrite/Platform/Workers/Deletes.php

This commit is contained in:
Matej Bačo 2025-07-09 13:42:18 +02:00 committed by GitHub
parent 3a298b7a21
commit 449b9295fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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