mirror of
https://github.com/strukturag/nextcloud-spreed-signaling.git
synced 2025-04-11 14:21:18 +00: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
Reference in a new issue