Increase allowed body size for backend requests.

This commit is contained in:
Joachim Bauch 2022-05-13 14:59:15 +02:00
parent cdf5cd47cb
commit c3040c7b06
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

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