Skip to content

Commit

Permalink
patch merge
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed May 10, 2021
1 parent bfe73ee commit ffe609c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ol/cli/src/server.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//! `server` web monitor http server
use futures::StreamExt;
use serde_json::json;
use std::{convert::Infallible, fs, path::PathBuf, process::Command, time::Duration};
use std::{convert::Infallible, fs, path::PathBuf, process::Command, thread, time::Duration};
use tokio::time::interval;
use warp::{sse::ServerSentEvent, Filter};
use ol_types::config::IS_PROD;

use crate::{cache::Vitals, node::node::Node};
use crate::{cache::Vitals, check::runner, node::node::Node};


#[tokio::main]
Expand Down

0 comments on commit ffe609c

Please sign in to comment.