Add sleep_on_start option
This commit is contained in:
@@ -99,6 +99,9 @@ pub struct Server {
|
||||
/// Ingress address.
|
||||
#[serde(alias = "address_ingress")]
|
||||
pub address: SocketAddr,
|
||||
|
||||
/// Immediately start sleeping when starting lazymc.
|
||||
pub sleep_on_start: bool,
|
||||
}
|
||||
|
||||
/// Time configuration.
|
||||
|
Reference in New Issue
Block a user