mirror of https://bitbucket.org/ausocean/av.git
revid: reducing ring buffer size
This commit is contained in:
parent
628adee49a
commit
3f72e21970
|
@ -51,7 +51,7 @@ import (
|
|||
|
||||
// Ring buffer sizes and read/write timeouts.
|
||||
const (
|
||||
ringBufferSize = 10000
|
||||
ringBufferSize = 100
|
||||
ringBufferElementSize = 150000
|
||||
writeTimeout = 10 * time.Millisecond
|
||||
readTimeout = 10 * time.Millisecond
|
||||
|
|
Loading…
Reference in New Issue