mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
fd4e15c116
- Staging buffer is flushed every 500ms. In cases where the result records are slowly generated (e.g. when a where condition matches very few records), this change causes the server to send results even though the staging buffer is not full. - Refactor messageWriter code to use simpler channel based co-ordination instead of atomic variables.