forked from Cookies_Github_mirror/AquaDX
[mai2] add log and adjust divMaxLength default value in annotations.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user