Skip to content

Commit

Permalink
Reduce bufLen for block channel (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepnv90 authored Nov 22, 2023
1 parent 6051e35 commit e6dd809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/listener/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
bufLen = 10000
bufLen = 100

maxQueueLen = 256

Expand Down

0 comments on commit e6dd809

Please sign in to comment.