rename folder to dir

This commit is contained in:
many
2020-10-13 11:17:02 +02:00
parent e049aead16
commit 834f3cc192
9 changed files with 64 additions and 64 deletions

View File

@ -49,7 +49,7 @@ impl Server {
let opt = Opt {
db_path: tmp_dir.path().join("db").to_str().unwrap().to_string(),
dumps_folder: tmp_dir.path().join("dump"),
dumps_dir: tmp_dir.path().join("dump"),
dump_batch_size: 16,
http_addr: "127.0.0.1:7700".to_owned(),
master_key: None,