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 20dd6a5 commit 4860df3Copy full SHA for 4860df3
docs/tutorial.rst
@@ -467,12 +467,12 @@ Configuring Blosc
467
468
The Blosc compressor is able to use multiple threads internally to
469
accelerate compression and decompression. By default, Zarr allows
470
-Blosc to use up to 4 internal threads. The number of Blosc threads can
471
-be changed, e.g.::
+Blosc to use up to 8 internal threads. The number of Blosc threads can
+be changed to increase or decrease this number, e.g.::
472
473
>>> from zarr import blosc
474
>>> blosc.set_nthreads(2)
475
- 4
+ 8
476
477
When a Zarr array is being used within a multi-threaded program, Zarr
478
automatically switches to using Blosc in a single-threaded
0 commit comments