Skip to content

Commit a7c7efa

Browse files
committed
Set multithread default to true
1 parent 2de9f13 commit a7c7efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cwms/timeseries/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def store_multi_timeseries_df(
461461
create_as_ltrs: Optional[bool] = False,
462462
store_rule: Optional[str] = None,
463463
override_protection: Optional[bool] = False,
464-
multithread: Optional[bool] = False,
464+
multithread: Optional[bool] = True,
465465
max_workers: Optional[int] = 30,
466466
) -> None:
467467
"""stored mulitple timeseries from a dataframe. The dataframe must be a metled dataframe with columns

0 commit comments

Comments
 (0)