mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Increased default payload limit from 100 kB to 300 kB (#26651)
This commit is contained in:
parent
30ab45ebb8
commit
931abcb24e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue