revid/senders.go: increase pool maxAlloc for mtsSender

Issue #382 resolved
Saxon Milton created an issue

It was found that when using the mtsSender (which creates large MTS clips for writing) we were causing problems for the pool buffer. This was discovered to be related to the pool maxAlloc not being large enough for the writes. Therefore we should increase the allowable allocation using the poo.MaxAlloc function in the constructor for the mtsSender.

Comments (1)

  1. Log in to comment