fix requested changes

This commit is contained in:
Quentin de Quelen
2020-04-24 15:00:52 +02:00
committed by qdequele
parent ea308eb798
commit 36c7fd0cf1
12 changed files with 68 additions and 63 deletions

View File

@ -18,8 +18,6 @@ static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
#[actix_rt::main]
async fn main() -> Result<(), MainError> {
let opt = Opt::from_args();
// let local = tokio::task::LocalSet::new();
// let _sys = actix_rt::System::run_in_tokio("server", &local);
match opt.env.as_ref() {
"production" => {