mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 03:27:58 +08:00
[F] Fix matching start & end time?
This commit is contained in:
@@ -238,8 +238,10 @@ fun ChusanController.chusanInit() {
|
|||||||
"maxCountCharacter" to 300,
|
"maxCountCharacter" to 300,
|
||||||
"maxCountItem" to 300,
|
"maxCountItem" to 300,
|
||||||
"maxCountMusic" to 300,
|
"maxCountMusic" to 300,
|
||||||
"matchStartTime" to now.minusHours(1).format(fmt),
|
// "matchStartTime" to now.minusHours(1).format(fmt),
|
||||||
"matchEndTime" to now.plusHours(7).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,
|
"matchTimeLimit" to 10,
|
||||||
"matchErrorLimit" to 10,
|
"matchErrorLimit" to 10,
|
||||||
"matchingUri" to matching.ensureEndingSlash(),
|
"matchingUri" to matching.ensureEndingSlash(),
|
||||||
|
|||||||
Reference in New Issue
Block a user