forked from Cookies_Github_mirror/AquaDX
[F] Fix matching start & end time?
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user