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 86b72b0 commit 4ed330cCopy full SHA for 4ed330c
tests/v3/test_config.py
@@ -62,7 +62,7 @@ def test_config_defaults_set() -> None:
62
}
63
]
64
assert config.get("array.order") == "C"
65
- assert config.get("async.concurrency") is None
+ assert config.get("async.concurrency") == 10
66
assert config.get("async.timeout") is None
67
assert config.get("codec_pipeline.batch_size") == 1
68
assert config.get("json_indent") == 2
0 commit comments