diff --git a/revid/senders.go b/revid/senders.go index 0d874f57..1ea52778 100644 --- a/revid/senders.go +++ b/revid/senders.go @@ -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