jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Cached dir list #16

Open jcline opened 12 years ago

jcline commented 12 years ago

As of a21d588374e85fc5116c3137b6b7b3460b225294, the directory list is loaded on mount and a cached version is served during ls. This is because fetching and parsing the listing takes a second or two even without a lot of files.

Perhaps some sort of periodic checking of changes would be appropriate, rather than on-demand loading?