1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00
Bala.FA c70bc2209e api: refactor list object handling in fs backend
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 
2016-03-11 02:20:51 +05:30
..