revid: adjust ringBuffer element size for flv

This commit is contained in:
Saxon 2019-03-03 13:35:25 +10:30
parent ab97bcb6d1
commit cb206ff92b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const (
mtsRbSize = 100
mtsRbElementSize = 150000
flvRbSize = 1000
flvRbElementSize = 10000
flvRbElementSize = 100000
writeTimeout = 10 * time.Millisecond
readTimeout = 10 * time.Millisecond
)