instance cryp now grid
This commit is contained in:
@@ -275,7 +275,7 @@ impl Instance {
|
||||
fn next_round(&mut self) -> &mut Instance {
|
||||
self.phase = InstancePhase::InProgress;
|
||||
self.phase_end = Utc::now()
|
||||
.checked_add_signed(Duration::seconds(150))
|
||||
.checked_add_signed(Duration::seconds(15000))
|
||||
.expect("could not set phase end");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user