1
0

increase default "max file size" role policy to 100MB, matching "drive capacity" which was the original limit.

This commit is contained in:
Hazelnoot
2025-06-01 11:39:37 -04:00
parent c41a4a6860
commit 8cfa19ce33
+1 -1
View File
@@ -89,7 +89,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
canUseTranslator: true,
canHideAds: false,
driveCapacityMb: 100,
maxFileSizeMb: 10,
maxFileSizeMb: 100,
alwaysMarkNsfw: false,
canUpdateBioMedia: true,
pinLimit: 5,