mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
c0e2886e37
Use `runtime.Gosched()` if we have less than maxMergeMessages and the queue is empty. Up maxMergeMessages to 50 to merge more messages into a single write. Add length check for an early bailout on readAllInto when we know packet length.