Added a comment for bufsize

This commit is contained in:
Diptanu Choudhury 2016-01-16 19:21:16 -08:00
parent 6e069369fe
commit 4122aeedc8

View file

@ -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