aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index cb39c49..34c80f8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,6 +3,7 @@ extern crate anyhow;
use log::*;
use std::sync::Arc;
+use std::time::Instant;
use futures::{FutureExt, TryFutureExt};
use std::net::SocketAddr;
@@ -175,6 +176,7 @@ async fn main() {
.split(',')
.map(|x| x.to_string())
.collect(),
+ time_origin: Instant::now(),
};
let https_task = tokio::spawn(