Skip to content

Commit 86b72b0

Browse files
committed
fix(async): set default concurrency to 10 tasks
1 parent 692593b commit 86b72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def reset(self) -> None:
4343
{
4444
"default_zarr_version": 3,
4545
"array": {"order": "C"},
46-
"async": {"concurrency": None, "timeout": None},
46+
"async": {"concurrency": 10, "timeout": None},
4747
"json_indent": 2,
4848
"codec_pipeline": {
4949
"path": "zarr.codecs.pipeline.BatchedCodecPipeline",

0 commit comments

Comments
 (0)