Skip to content

Commit

Permalink
change chunksize to 100 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gutaors committed Oct 23, 2024
1 parent 3748c06 commit 4d3cdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastetl/hooks/db_to_db_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def full_copy(
self,
columns_to_ignore: list = None,
destination_truncate: str = True,
chunksize: int = 500,
chunksize: int = 100,
copy_table_comments: bool = False,
):
copy_db_to_db(
Expand Down

0 comments on commit 4d3cdaf

Please sign in to comment.