shorten faceoff time
This commit is contained in:
parent
06b987e877
commit
eb161f7d78
@ -81,7 +81,7 @@ impl TimeControl {
|
|||||||
|
|
||||||
pub fn lobby_timeout(&self) -> DateTime<Utc> {
|
pub fn lobby_timeout(&self) -> DateTime<Utc> {
|
||||||
Utc::now()
|
Utc::now()
|
||||||
.checked_add_signed(Duration::seconds(30))
|
.checked_add_signed(Duration::seconds(15))
|
||||||
.expect("could not set phase end")
|
.expect("could not set phase end")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user