Rename sleep_on_start to wake_on_start

This commit is contained in:
timvisee
2021-11-08 18:10:36 +01:00
parent 9874c9dd30
commit db0552f2e5
3 changed files with 5 additions and 5 deletions

View File

@@ -100,8 +100,8 @@ pub struct Server {
#[serde(alias = "address_ingress")]
pub address: SocketAddr,
/// Immediately start sleeping when starting lazymc.
pub sleep_on_start: bool,
/// Immediately wake server when starting lazymc.
pub wake_on_start: bool,
}
/// Time configuration.