feat(BRIDGE-409): increased message import size.

This commit is contained in:
Xavier Michelon
2025-11-27 09:33:51 +01:00
committed by Xavier Michelon
parent 9c2b53694f
commit a1da1d7a26

View File

@@ -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")