Skip to content

Commit 4860df3

Browse files
committed
fix tutorial
1 parent 20dd6a5 commit 4860df3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,12 @@ Configuring Blosc
467467

468468
The Blosc compressor is able to use multiple threads internally to
469469
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.::
470+
Blosc to use up to 8 internal threads. The number of Blosc threads can
471+
be changed to increase or decrease this number, e.g.::
472472

473473
>>> from zarr import blosc
474474
>>> blosc.set_nthreads(2)
475-
4
475+
8
476476

477477
When a Zarr array is being used within a multi-threaded program, Zarr
478478
automatically switches to using Blosc in a single-threaded

0 commit comments

Comments
 (0)