Duration not used in Stats
This commit is contained in:
parent
4bd9562075
commit
e7023dfc95
|
@ -10,7 +10,6 @@ use ofborg::easyamqp::TypedWrappers;
|
||||||
use hyper::server::{Request, Response, Server};
|
use hyper::server::{Request, Response, Server};
|
||||||
|
|
||||||
use std::thread;
|
use std::thread;
|
||||||
use std::time::Duration;
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let cfg = config::load(env::args().nth(1).unwrap().as_ref());
|
let cfg = config::load(env::args().nth(1).unwrap().as_ref());
|
||||||
|
|
Loading…
Reference in a new issue