Skip to content

Commit 099fb7f

Browse files
Merge pull request #336 from NCAS-CMS/reduce_maxthreads_2
reduce max threads to 30
2 parents e65333c + 31af910 commit 099fb7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activestorage/active.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __init__(self,
189189
ncvar: str = None,
190190
axis: tuple = None,
191191
interface_type: str = None,
192-
max_threads: int = 100,
192+
max_threads: int = 30, # optimal for not too finely chunked data
193193
storage_options: dict = None,
194194
active_storage_url: str = None,
195195
option_disable_chunk_cache: bool = False) -> None:

0 commit comments

Comments
 (0)