mirror of
https://github.com/minio/minio.git
synced 2025-02-10 05:08:10 -05:00
When list object is invoked, it creates a goroutine if not available for given parameters else uses existing goroutine. These goroutines are alive for 15 seconds for further continuation list object request else they exit. Fixes #1076