mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Increase allowed body size for backend requests.
This commit is contained in:
parent
cdf5cd47cb
commit
c3040c7b06
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
maxBodySize = 64 * 1024
|
||||
maxBodySize = 256 * 1024
|
||||
|
||||
randomUsernameLength = 32
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue