Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update min/max seconds for add-time (#364)
min 1 -> 5 max 86400 -> 60 Trying to give 1 second results in 5 seconds. Trying to give 86400 results in 60 seconds. (Which corresponds to what can be found in modules/round/src/main/Moretimer.scala ... private val minTime = 5.seconds private val maxTime = 60.seconds ... )
- Loading branch information