Fix chunkBufferSize

This commit is contained in:
Masaaki Goshima 2020-07-31 18:08:21 +09:00
parent 38ac0e025d
commit 016803b843
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
) )
const ( const (
readChunkSize = 2 readChunkSize = 512
) )
type stream struct { type stream struct {