We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692593b commit 86b72b0Copy full SHA for 86b72b0
src/zarr/core/config.py
@@ -43,7 +43,7 @@ def reset(self) -> None:
43
{
44
"default_zarr_version": 3,
45
"array": {"order": "C"},
46
- "async": {"concurrency": None, "timeout": None},
+ "async": {"concurrency": 10, "timeout": None},
47
"json_indent": 2,
48
"codec_pipeline": {
49
"path": "zarr.codecs.pipeline.BatchedCodecPipeline",
0 commit comments