Update mattermost library (#2152)
* Update mattermost library * Fix linting
This commit is contained in:
3
vendor/github.com/mattermost/logr/v2/const.go
generated
vendored
3
vendor/github.com/mattermost/logr/v2/const.go
generated
vendored
@@ -31,4 +31,7 @@ const (
|
||||
// DefaultMaxPooledBuffer is the maximum size a pooled buffer can be.
|
||||
// Buffers that grow beyond this size are garbage collected.
|
||||
DefaultMaxPooledBuffer = 1024 * 1024
|
||||
|
||||
// DefaultMaxFieldLength is the maximum size of a String or fmt.Stringer field can be.
|
||||
DefaultMaxFieldLength = -1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user