agirbal / umongo

Desktop app to browse and administer your MongoDB cluster
http://www.edgytech.com/umongo/
580 stars 94 forks source link

tree update is sometimes slow and makes all app unresponsive #24

Closed agirbal closed 13 years ago

agirbal commented 13 years ago

This was due to db.getStats() being slow (about 300ms per db) for tree update. Removed that.