mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 15:47:52 -05:00
feat(BRIDGE-409): increased message import size.
This commit is contained in:
committed by
Xavier Michelon
parent
9c2b53694f
commit
a1da1d7a26
@@ -20,7 +20,7 @@ const (
|
||||
maxImportCount = 10
|
||||
|
||||
// MaxImportSize is the maximum total request size permitted for a single import request.
|
||||
MaxImportSize = 55 * 1024 * 1024
|
||||
MaxImportSize = 70 * 1024 * 1024
|
||||
)
|
||||
|
||||
var ErrImportEncrypt = errors.New("failed to encrypt message")
|
||||
|
||||
Reference in New Issue
Block a user