diff --git a/app/Model/Sighting.php b/app/Model/Sighting.php index bdb4e9e5c66..15cf0fd5ac6 100644 --- a/app/Model/Sighting.php +++ b/app/Model/Sighting.php @@ -1442,7 +1442,7 @@ private function pullSightingNewWay(array $user, array $eventUuids, ServerSyncTo shuffle($uuids); // shuffle array to avoid keeping events with a lof ot sightings in same batch all the time $saved = 0; $savedEventUuids = []; - foreach (array_chunk($uuids, 50) as $chunk) { + foreach (array_chunk($uuids, 25) as $chunk) { try { $sightings = $serverSync->fetchSightingsForEvents($chunk); } catch (Exception $e) {