Merge pull request #255 from strukturag/increase-allowed-body-size

Increase allowed body size for backend requests.
This commit is contained in:
Joachim Bauch 2022-05-13 15:07:47 +02:00 committed by GitHub
commit e2a8a21756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ import (
)
const (
maxBodySize = 64 * 1024
maxBodySize = 256 * 1024
randomUsernameLength = 32