optimize easytier-web (#522)

1. use default compress level for tower_http. the best level consume
lots of memory
2. add more help message and command line arg.
This commit is contained in:
Sijie.Sun
2024-12-21 01:27:39 +08:00
committed by GitHub
parent 25ed41caf5
commit 870eca9e9f
6 changed files with 115 additions and 11 deletions

View File

@@ -168,4 +168,4 @@ mod tests {
tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;
tracing::debug!("test display debug");
}
}
}