mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
use multiple channels?
This commit is contained in:
parent
8efd01f881
commit
800ee4a0d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import (
|
||||||
var log = logrus.New()
|
var log = logrus.New()
|
||||||
|
|
||||||
const BufferSize = 4096
|
const BufferSize = 4096
|
||||||
const Channels = 2
|
const Channels = 1
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
log.SetFormatter(&logrus.TextFormatter{ForceColors: true})
|
log.SetFormatter(&logrus.TextFormatter{ForceColors: true})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue