playban up to 3 days

pull/5826/head
Thibault Duplessis 2019-12-26 13:07:38 -06:00
parent 19d3dcef8b
commit 4bd98e8bca
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ object TempBan {
private def make(minutes: Int) = TempBan(
DateTime.now,
minutes atMost 48 * 60
minutes atMost 3 * 24 * 60
)
private val baseMinutes = 10