0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

increase buffer

This commit is contained in:
Zack Scholl 2019-04-04 15:22:49 -07:00
parent 4baab7e523
commit f0815c9806

View file

@ -26,7 +26,7 @@ import (
var log = logrus.New()
const BufferSize = 4096 * 2
const BufferSize = 4096 * 4
func init() {
log.SetFormatter(&logrus.TextFormatter{ForceColors: true})