mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Increased default payload limit from 100 kB to 300 kB (#26651)
This commit is contained in:
parent
30ab45ebb8
commit
931abcb24e
@ -918,7 +918,7 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
|
||||
}
|
||||
|
||||
if s.MaximumPayloadSizeBytes == nil {
|
||||
s.MaximumPayloadSizeBytes = NewInt64(100000)
|
||||
s.MaximumPayloadSizeBytes = NewInt64(300000)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user