shorten faceoff time

This commit is contained in:
ntr 2019-10-23 16:26:34 +11:00
parent 06b987e877
commit eb161f7d78

View File

@ -81,7 +81,7 @@ impl TimeControl {
pub fn lobby_timeout(&self) -> DateTime<Utc> {
Utc::now()
.checked_add_signed(Duration::seconds(30))
.checked_add_signed(Duration::seconds(15))
.expect("could not set phase end")
}