Skip to content

Commit 21992fa

Browse files
committed
fix documentation
1 parent 1fce77b commit 21992fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/extra/job_management/_thread_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class _TaskThreadPool:
191191
192192
:param max_workers:
193193
Maximum number of concurrent threads to use for execution.
194-
Defaults to 2.
194+
Defaults to 1.
195195
"""
196196

197197
def __init__(self, max_workers: int = 1, name: str = 'default'):

0 commit comments

Comments
 (0)