Make DefaultChanSize an exported var so it can be modified
This commit is contained in:
@@ -46,7 +46,9 @@ const (
|
|||||||
Deleted EventType = "DELETED"
|
Deleted EventType = "DELETED"
|
||||||
Bookmark EventType = "BOOKMARK"
|
Bookmark EventType = "BOOKMARK"
|
||||||
Error EventType = "ERROR"
|
Error EventType = "ERROR"
|
||||||
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
DefaultChanSize int32 = 100
|
DefaultChanSize int32 = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user