avoid changing max size

This commit is contained in:
Chris Lu
2013-08-09 00:17:07 -07:00
parent ed154053c8
commit 27f04a382a
3 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ import (
)
// MaxSize is the maximum size of a log file in bytes.
var MaxSize uint64 = 1024 * 1024 * 180
var MaxSize uint64 = 1024 * 1024 * 1800
// logDirs lists the candidate directories for new log files.
var logDirs []string