You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context.Logger.LogWarning(BunkumCategory.UserContent,"User {0} has hit the filesize quota ({1} bytes), rejecting.",user.Username,config.UserFilesizeQuota);
199
+
context.Logger.LogWarning(BunkumCategory.UserContent,"User {0} has hit the filesize quota ({1} bytes), rejecting.",user.Username,rolePerms.UserFilesizeQuota);
199
200
returnnewApiValidationError($"You have exceeded your filesize quota.");
context.Logger.LogWarning(BunkumCategory.UserContent,"User {0} has hit the filesize quota ({1} bytes), rejecting.",user.Username,config.UserFilesizeQuota);
55
+
context.Logger.LogWarning(BunkumCategory.UserContent,"User {0} has hit the filesize quota ({1} bytes), rejecting.",user.Username,rolePerms.UserFilesizeQuota);
54
56
returnRequestEntityTooLarge;
55
57
}
56
58
@@ -66,7 +68,7 @@ public Response UploadAsset(RequestContext context, string hash, string type, by
0 commit comments