diff --git a/src/Appwrite/Platform/Tasks/ScheduleBase.php b/src/Appwrite/Platform/Tasks/ScheduleBase.php index 3853f0d9b3..bcfcffcc98 100644 --- a/src/Appwrite/Platform/Tasks/ScheduleBase.php +++ b/src/Appwrite/Platform/Tasks/ScheduleBase.php @@ -219,6 +219,7 @@ abstract class ScheduleBase extends Action if (!empty($projectIdsToLoad)) { $projectIdsToLoad = array_values($projectIdsToLoad); $batchSize = 10_000; + $batchSize = 499; $batches = array_chunk($projectIdsToLoad, $batchSize); $projectsLoadStart = microtime(true);