Reduce MaxHTTPBodyLength

This commit is contained in:
Frank Denis 2021-06-05 18:29:13 +02:00
parent 44f3db31ee
commit 06135b6141
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const (
)
const (
MaxHTTPBodyLength = 4000000
MaxHTTPBodyLength = 1000000
)
var (