Bring sit-resigning limit in line with flagging

deepcrayonfish^2
Benedikt Werner 2021-11-12 13:00:03 +01:00
parent 8aa6e5220a
commit 416498ab1b
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ final class PlaybanApi(
Status.Resign.is(status)
}
.map { c =>
(c.estimateTotalSeconds / 10) atLeast 15 atMost (3 * 60)
(c.estimateTotalSeconds / 10) atLeast 30 atMost (3 * 60)
}
.exists(_ < nowSeconds - game.movedAt.getSeconds)
.option {