Skip to content

Commit e38c1ca

Browse files
committed
revert change to default concurrency
1 parent 246f862 commit e38c1ca

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
@@ -94,7 +94,7 @@ def reset(self) -> None:
9494
],
9595
},
9696
},
97-
"async": {"concurrency": 256, "timeout": None},
97+
"async": {"concurrency": 10, "timeout": None},
9898
"threading": {"max_workers": None},
9999
"json_indent": 2,
100100
"codec_pipeline": {

0 commit comments

Comments
 (0)