use multiple channels?
This commit is contained in:
parent
8efd01f881
commit
800ee4a0d3
|
|
@ -27,7 +27,7 @@ import (
|
|||
var log = logrus.New()
|
||||
|
||||
const BufferSize = 4096
|
||||
const Channels = 2
|
||||
const Channels = 1
|
||||
|
||||
func init() {
|
||||
log.SetFormatter(&logrus.TextFormatter{ForceColors: true})
|
||||
|
|
|
|||
Loading…
Reference in New Issue