mirror of
https://github.com/statbate/special-pancake.git
synced 2026-08-11 03:12:42 +00:00
update timeout and buffer size
This commit is contained in:
parent
fbbe4921c9
commit
926814260d
2 changed files with 7 additions and 4 deletions
|
|
@ -204,6 +204,7 @@ func saveLogs() {
|
|||
bulk = nil
|
||||
}
|
||||
case m := <-slog:
|
||||
//fmt.Println("slog", len(slog), cap(slog))
|
||||
if len(m.Mes) > 0 {
|
||||
bulk = append(bulk, m)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue