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 fe077c4 commit 85fe052Copy full SHA for 85fe052
1 file changed
docs/user-guide/config.rst
@@ -33,7 +33,7 @@ Configuration options include the following:
33
- Async and threading options, e.g. ``async.concurrency`` and ``threading.max_workers``
34
- Selections of implementations of codecs, codec pipelines and buffers
35
- Enabling GPU support with ``zarr.config.enable_gpu()``. See :ref:`user-guide-gpu` for more.
36
-- Tuning reads from sharded zarrs. When reading less than a complete shard, reads to nearby chunks
+- Tuning reads from sharded zarrs. When reading less than a complete shard, reads of nearby chunks
37
within the same shard will be combined into a single request if they are less than
38
``sharding.read.coalesce_max_gap_bytes`` apart and the combined request size is less than
39
``sharding.read.coalesce_max_bytes``.
0 commit comments