From 25176c5a5fd43b8a26daacf1647e74759911e390 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 28 Oct 2024 21:11:08 -0500 Subject: [PATCH] fix:don't max memory --- app/Imports/Sheets/DailyChangesSheet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Imports/Sheets/DailyChangesSheet.php b/app/Imports/Sheets/DailyChangesSheet.php index 37b0dfb..d03e382 100644 --- a/app/Imports/Sheets/DailyChangesSheet.php +++ b/app/Imports/Sheets/DailyChangesSheet.php @@ -79,7 +79,7 @@ class DailyChangesSheet implements ToCollection, WithHeadingRow, WithValidation, public function batchSize(): int { - return 1000; + return 500; } public function rules(): array