instance cryp now grid

This commit is contained in:
Mashy
2019-05-11 15:31:52 +10:00
parent 80e1d4a358
commit b940e63a5c
4 changed files with 60 additions and 47 deletions
+1 -1
View File
@@ -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");