Skip to content

Commit

Permalink
development
Browse files Browse the repository at this point in the history
  • Loading branch information
emin100 committed Nov 3, 2023
1 parent 1168b32 commit 36a10cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use crate::cli::Output;
use crate::elastic::collect;
use crate::parser::MultiLine;
use cli::Commands::Send;
use std::{thread, time};

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
Expand Down Expand Up @@ -93,7 +92,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
}
let _ = File::flush(&mut file_write);
thread::sleep(time::Duration::from_millis(10));
}
}
};
Expand Down

0 comments on commit 36a10cb

Please sign in to comment.