revid/senders.go: reduce max buff len

This commit is contained in:
Saxon Milton 2020-04-10 07:05:45 +00:00
parent 40133eaad9
commit cc467243ea
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type Log func(level int8, message string, params ...interface{})
const (
rtmpRBReadTimeout = 1 * time.Second
mtsRBReadTimeout = 1 * time.Second
maxBuffLen = 100000000
maxBuffLen = 50000000
)
// httpSender provides an implemntation of io.Writer to perform sends to a http