Added a comment for bufsize

This commit is contained in:
Diptanu Choudhury
2016-01-16 19:21:16 -08:00
parent ca07a914ed
commit e142dc0e4d

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