Skip to content
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def aggregate_results(
)


def map_with_progress(f: callable, xs: list[Any], num_threads: int = 50):
def map_with_progress(f: callable, xs: list[Any], num_threads: int = 20):
"""
Apply f to each element of xs, using a ThreadPool, and show progress.
"""
Expand Down
Loading