Skip to content

Commit

Permalink
Reduce output size
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Dec 1, 2015
1 parent 52949fd commit 0d878f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/proc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
// maxBufSize limits how much data we collect from a handler.
// This is to prevent Serf's memory from growing to an enormous
// amount due to a faulty handler.
maxBufSize = 2 * 1000000
maxBufSize = 256000
)

// spawn command that specified as proc.
Expand Down

0 comments on commit 0d878f1

Please sign in to comment.