mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load large containers incrementally

mgeisler opened this issue · comments

Today, listing the objects in a large container just shows a blank screen while we load all the objects. It would be better to load the objects in smaller batches so we have something to show faster.

This would probably solve #159 as well.