mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
increase buffer
This commit is contained in:
parent
4baab7e523
commit
f0815c9806
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue