use detached channels

This commit is contained in:
Zack Scholl 2019-04-05 13:18:22 -07:00
parent 7ba464828e
commit b2020c73ab

View File

@ -26,7 +26,7 @@ import (
var log = logrus.New()
const BufferSize = 4096 * 16
const BufferSize = 64000
const Channels = 1
func init() {