EricTheMagician / node-gdrive-fuse

This is a simple filesystem written in NodeJS to mount Google Drive as a local drive.
73 stars 21 forks source link

[Suggestion] - Configure the filesystem refresh to happen automatically based on a time setting in the configuration file #19

Closed dellipse closed 9 years ago

dellipse commented 9 years ago

It would be NICE to have the system reload the filesystem information from Google Drive on a scheduled basis.

It would be best if it downloaded, processed, then replaced the other data without requiring a restart of it and all the other applications using it.

EricTheMagician commented 9 years ago

This is currently being done every minute. Do you really want it to be a user configurable parameter?

dellipse commented 9 years ago

Yes, as you may find it to be a performance tuning option.

EricTheMagician commented 9 years ago

will update the wiki closer to release