revid: reducing ring buffer size

This commit is contained in:
saxon 2019-02-07 18:03:59 +10:30
parent 628adee49a
commit 3f72e21970
1 changed files with 1 additions and 1 deletions

View File

@ -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