Added a comment for bufsize
This commit is contained in:
parent
6e069369fe
commit
4122aeedc8
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
bufSize = 32 * 1024
|
||||
bufSize = 32 * 1024 // Max number of bytes read from a buffer
|
||||
)
|
||||
|
||||
// LogRotator rotates files for a buffer and retains only the last N rotated
|
||||
|
|
Loading…
Reference in a new issue