Skip to content

Commit 0292ca3

Browse files
committed
Set default correctly
1 parent 12ffc6b commit 0292ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/job/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ class Config:
10451045
def batch_insert_to_db(
10461046
database: connectors.PostgresConnector,
10471047
task_entries: List[Tuple],
1048-
batch_size: int = 2,
1048+
batch_size: int = 100,
10491049
):
10501050
"""Batch-insert multiple tasks in a single query.
10511051

0 commit comments

Comments
 (0)