Skip to content

Commit

Permalink
Restore original chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Oct 16, 2024
1 parent ea1fe6a commit 3bc628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Data/Stubs/FromUsersQueryWithJoinExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public function query()
*/
public function chunkSize(): int
{
return 1000;
return 10;
}
}

0 comments on commit 3bc628f

Please sign in to comment.