mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix matching start & end time?
parent
f033496d20
commit
aad43c9f9c
|
@ -238,8 +238,10 @@ fun ChusanController.chusanInit() {
|
|||
"maxCountCharacter" to 300,
|
||||
"maxCountItem" to 300,
|
||||
"maxCountMusic" to 300,
|
||||
"matchStartTime" to now.minusHours(1).format(fmt),
|
||||
"matchEndTime" to now.plusHours(7).format(fmt),
|
||||
// "matchStartTime" to now.minusHours(1).format(fmt),
|
||||
// "matchEndTime" to now.plusHours(7).format(fmt),
|
||||
"matchStartTime" to now.withHour(0).withMinute(1).withSecond(0).format(fmt),
|
||||
"matchEndTime" to now.withHour(23).withMinute(59).withSecond(0).format(fmt),
|
||||
"matchTimeLimit" to 10,
|
||||
"matchErrorLimit" to 10,
|
||||
"matchingUri" to matching.ensureEndingSlash(),
|
||||
|
|
Loading…
Reference in New Issue