diff --git a/src/Appwrite/Platform/Workers/Deletes.php b/src/Appwrite/Platform/Workers/Deletes.php index a4e03bba92..e2fe6c30ca 100644 --- a/src/Appwrite/Platform/Workers/Deletes.php +++ b/src/Appwrite/Platform/Workers/Deletes.php @@ -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