Add sleep_on_start option

This commit is contained in:
timvisee
2021-11-08 17:41:02 +01:00
parent a1b64a2b24
commit e115bba827
5 changed files with 35 additions and 9 deletions

View File

@@ -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.