Skip to content

Commit

Permalink
default chunk_size
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Sep 10, 2023
1 parent 947e1ec commit 9e4a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_databus/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __init__(
artifact_version: str,
databus_file_id: str,
target_file: str,
chunk_size: int
chunk_size: int = 1048576
) -> None:
self.databus_url = databus_base_url
self.databus_file_id = databus_file_id
Expand Down

0 comments on commit 9e4a001

Please sign in to comment.