jcline/fuse-google-drive

Cached dir list

Opened this issue · 0 comments

As of a21d588, 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?