[mai2] limit upload user portrait file size

This commit is contained in:
MikiraSora
2022-12-17 10:29:09 +08:00
parent c121c17073
commit a8b31591cc
3 changed files with 18 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ game.maimai2.splash-old-patch=false
game.maimai2.userPhoto.enable=true
## Specify folder path that user portrait photo and its (.json) data save to.
game.maimai2.userPhoto.picSavePath=data/userPhoto
## When uploading user portraits, limit the divMaxLength parameter. 1 divLength is about equal to the file size of 10kb.
## The default value is 32 (320kb), and the minimum value is 1 (10kb)
game.maimai2.userPhoto.divMaxLength=32
## Logging
spring.servlet.multipart.max-file-size=10MB