simplify argon init

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-25 00:03:05 +00:00
parent bd19fac4c5
commit 06f01d384f
2 changed files with 20 additions and 31 deletions

View file

@ -4,7 +4,7 @@ use conduit::{
config::Config,
info,
log::{self},
utils::{hash, sys},
utils::sys,
Error, Result,
};
use tokio::runtime;
@ -39,7 +39,6 @@ impl Server {
#[cfg(unix)]
sys::maximize_fd_limit().expect("Unable to increase maximum soft and hard file descriptor limit");
hash::init();
info!(
server_name = %config.server_name,