enhance(backend): tweak default maxFileSizeMb value

ref: #15988
This commit is contained in:
syuilo 2025-05-29 17:35:10 +09:00
parent 75dcebc341
commit 0f6b28f970
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
canUseTranslator: true,
canHideAds: false,
driveCapacityMb: 100,
maxFileSizeMb: 10,
maxFileSizeMb: 30,
alwaysMarkNsfw: false,
canUpdateBioMedia: true,
pinLimit: 5,