add normalize_slashes middleware

This commit is contained in:
qdequele
2020-05-07 12:28:41 +02:00
parent 36abcb3976
commit 7a8e64be30
9 changed files with 99 additions and 5 deletions

View File

@ -33,5 +33,5 @@ pub struct Opt {
/// The maximum size, in bytes, of the update lmdb database directory
#[structopt(long, env = "MEILI_UPDATE_MAP_SIZE", default_value = "107374182400")] // 100GB
pub update_map_size: usize
pub update_map_size: usize,
}