Reduce max workers to 2

This commit is contained in:
warproxxx
2025-11-07 14:42:48 -08:00
parent 04cba589c5
commit a6f87c5765
+1 -1
View File
@@ -290,7 +290,7 @@ def add_volatility(row):
new_dict = {**row_dict, **stats}
return new_dict
def add_volatility_to_df(df, max_workers=3):
def add_volatility_to_df(df, max_workers=2):
results = []
df = df.reset_index(drop=True)