fix:don't max memory

This commit is contained in:
hackerESQ
2024-10-28 21:11:08 -05:00
parent 073ff88fa4
commit 25176c5a5f
+1 -1
View File
@@ -79,7 +79,7 @@ class DailyChangesSheet implements ToCollection, WithHeadingRow, WithValidation,
public function batchSize(): int public function batchSize(): int
{ {
return 1000; return 500;
} }
public function rules(): array public function rules(): array