Reduce lookBehind to 3 (fix #5)

monorepo
Varun Patil 2023-03-15 10:21:44 -07:00
parent 5a6d0f8d0c
commit 9ea4f3ad2d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func main() {
c := &Config{ c := &Config{
Bind: ":47788", Bind: ":47788",
ChunkSize: 3, ChunkSize: 3,
LookBehind: 5, LookBehind: 3,
GoalBufferMin: 1, GoalBufferMin: 1,
GoalBufferMax: 4, GoalBufferMax: 4,
StreamIdleTime: 60, StreamIdleTime: 60,