fix:improve import performance

This commit is contained in:
hackerESQ
2024-10-28 20:31:29 -05:00
parent be859ad859
commit 03dda7b947
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class DailyChangesSheet implements ToCollection, WithHeadingRow, WithValidation,
public function batchSize(): int
{
return 750;
return 1000;
}
public function rules(): array