Give just a little more room for the size comparison

This commit is contained in:
rubyist 2014-10-08 10:16:23 -04:00
parent 533eb1f74e
commit 47e134f67a

@ -13,7 +13,7 @@ import (
)
var (
blobSizeCutoff = 125
blobSizeCutoff = 130
stdoutBufSize = 16384
chanBufSize = 100
)