diff --git a/app/Models/CurrencyRate.php b/app/Models/CurrencyRate.php index c8df9c0..a777aae 100644 --- a/app/Models/CurrencyRate.php +++ b/app/Models/CurrencyRate.php @@ -248,7 +248,7 @@ class CurrencyRate extends Model public static function chunkInsert(array $updates): void { - $chunks = array_chunk($updates, 250); + $chunks = array_chunk($updates, 500); foreach ($chunks as $chunk) {