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 7520870 commit cf37198Copy full SHA for cf37198
src/zarr/codecs/blosc.py
@@ -55,7 +55,7 @@ class BloscCname(Enum):
55
zlib = "zlib"
56
57
58
-# See https://zarr.readthedocs.io/en/stable/tutorial.html#configuring-blosc
+# See https://zarr.readthedocs.io/en/stable/user-guide/performance.html#configuring-blosc
59
numcodecs.blosc.use_threads = False
60
61
0 commit comments