X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=src%2Fcmd%2Fnncp-exec%2Fmain.go;h=aa2ab74895cce66d152883df6c6234521f4aff5f;hp=5883c1e60a3cfc40e6825b39c868e87f77820321;hb=c2b17fd0fc439e420710f53602604e8823c2fb1d;hpb=ffe4b2fbf50c031e9c002f2395957859cb4787cc diff --git a/src/cmd/nncp-exec/main.go b/src/cmd/nncp-exec/main.go index 5883c1e..aa2ab74 100644 --- a/src/cmd/nncp-exec/main.go +++ b/src/cmd/nncp-exec/main.go @@ -125,7 +125,7 @@ func main() { replyNice, flag.Args()[1], flag.Args()[2:], - bufio.NewReader(os.Stdin), + bufio.NewReaderSize(os.Stdin, nncp.MTHBlockSize), int64(*minSize)*1024, maxSize, *noCompress,