Skip to content

Commit 863cf8f

Browse files
committed
chore: make phased pipeline the default
1 parent ae0580c commit 863cf8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zarr/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def enable_gpu(self) -> ConfigSet:
104104
"threading": {"max_workers": None},
105105
"json_indent": 2,
106106
"codec_pipeline": {
107-
"path": "zarr.core.codec_pipeline.BatchedCodecPipeline",
107+
"path": "zarr.core.codec_pipeline.PhasedCodecPipeline",
108108
"batch_size": 1,
109109
},
110110
"codecs": {

0 commit comments

Comments
 (0)