raise the avatar upload limit to 10mb

This commit is contained in:
Abhinav Raut
2026-08-22 03:21:02 +05:30
parent b8ddd7e3ab
commit 5e168eaee1
+2 -1
View File
@@ -23,7 +23,8 @@ import (
)
const (
maxAvatarSizeMB = 2
// Bounds the request body only; the stored file is capped by image.AvatarMaxDim regardless.
maxAvatarSizeMB = 10
)
type resetPasswordRequest struct {