basic logging
This commit is contained in:
@@ -6,5 +6,6 @@ pub struct ServerConfig {
|
||||
pub host: String,
|
||||
#[builder(default = 6171)]
|
||||
pub port: u16,
|
||||
pub max_connections: Option<usize>,
|
||||
#[builder(default = 256)]
|
||||
pub max_connections: usize,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user