[mai2] add log and adjust divMaxLength default value in annotations.

This commit is contained in:
MikiraSora
2022-12-17 10:57:11 +08:00
parent 191687f814
commit f15812cb9d
2 changed files with 5 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ public class ApiMaimai2PlayerDataController {
}
@GetMapping("config/userPhoto/divMaxLength")
public long getConfigUserPhotoDivMaxLength(@Value("${game.maimai2.userPhoto.divMaxLength:16}") long divMaxLength) {
public long getConfigUserPhotoDivMaxLength(@Value("${game.maimai2.userPhoto.divMaxLength:32}") long divMaxLength) {
return divMaxLength;
}