mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
Other: Update golangci-lint to v1.50.0
This commit is contained in:
@ -29,7 +29,7 @@ import (
|
||||
|
||||
const (
|
||||
MaxImportMessageRequestLength = 10
|
||||
MaxImportMessageRequestSize = 25 * 1024 * 1024 // 25 MB total limit
|
||||
MaxImportMessageRequestSize = 25 * 1024 * 1024 // MaxImportMessageRequestSize 25 MB total limit
|
||||
)
|
||||
|
||||
type ImportMsgReq struct {
|
||||
|
||||
Reference in New Issue
Block a user