mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-10 14:15:42 +00:00
raise the avatar upload limit to 10mb
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user