Skip to content

Commit a683244

Browse files
committed
fixup doctest
1 parent 9a0ea9d commit a683244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is the current default configuration::
4444
>>> zarr.config.pprint()
4545
{'array': {'order': 'C',
4646
'write_empty_chunks': False},
47-
'async': {'concurrency': 10, 'timeout': None},
47+
'async': {'concurrency': 10, 'timeout': None, 'use_uvloop': True},
4848
'buffer': 'zarr.buffer.cpu.Buffer',
4949
'codec_pipeline': {'batch_size': 1,
5050
'path': 'zarr.core.codec_pipeline.BatchedCodecPipeline'},

0 commit comments

Comments
 (0)