mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* add update_concurrency to control the parallelism of updating shards * reformat the files * reformat * add update_concurrency control to shard updates * use unwrap_or * test using buffer_ordered * use buffered (testing) * Pre-allocate space for update futures * use NonZeroUsize * linter * use NonZeroUsize in the test * consensus test for update_concurrency * update config commit --------- Co-authored-by: Di Zhao <diz@twitter.com> Co-authored-by: timvisee <tim@visee.me> Co-authored-by: generall <andrey@vasnetsov.com>