performance improvements #342

Merged
lx merged 21 commits from lx-perf-improvements into main 2022-09-12 14:38:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ff4771c36a - Show all commits

View File

@ -4,7 +4,7 @@ mod common;
mod admin;
mod bucket;
#[cfg(feature="k2v")]
#[cfg(feature = "k2v")]
mod k2v;
mod s3;