Reduce MaxHTTPBodyLength

This commit is contained in:
Frank Denis 2021-06-05 18:29:13 +02:00
parent 44f3db31ee
commit 06135b6141

View file

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