We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de9f13 commit a7c7efaCopy full SHA for a7c7efa
1 file changed
cwms/timeseries/timeseries.py
@@ -461,7 +461,7 @@ def store_multi_timeseries_df(
461
create_as_ltrs: Optional[bool] = False,
462
store_rule: Optional[str] = None,
463
override_protection: Optional[bool] = False,
464
- multithread: Optional[bool] = False,
+ multithread: Optional[bool] = True,
465
max_workers: Optional[int] = 30,
466
) -> None:
467
"""stored mulitple timeseries from a dataframe. The dataframe must be a metled dataframe with columns
0 commit comments