mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Added a comment for bufsize
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user