aboutsummaryrefslogtreecommitdiff
path: root/go/glog/glog_file.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/glog/glog_file.go')
-rw-r--r--go/glog/glog_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/glog/glog_file.go b/go/glog/glog_file.go
index 8c744bc51..8dcb2bc08 100644
--- a/go/glog/glog_file.go
+++ b/go/glog/glog_file.go
@@ -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