forked from mirror/go-json
Fix chunkBufferSize
This commit is contained in:
parent
38ac0e025d
commit
016803b843
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
readChunkSize = 2
|
||||
readChunkSize = 512
|
||||
)
|
||||
|
||||
type stream struct {
|
||||
|
|
Loading…
Reference in New Issue