mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02:00
cmd/cli: correct log writer initial size
This commit is contained in:
committed by
Cuong Manh Le
parent
6046789fa4
commit
3713cbecc3
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
const (
|
||||
logWriterSize = 1024 * 1024 * 5 // 5 MB
|
||||
logWriterInitialSize = 32 // 32 B
|
||||
logWriterInitialSize = 32 * 1024 // 32 KB
|
||||
logSentInterval = time.Minute
|
||||
logTruncatedMarker = "...\n"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user