iwonbigbro / gsync

RSync for Google Drive - GSync
Other
238 stars 50 forks source link

drive singleton usage clears pcache every time Drive() is called #79

Open dpadgett opened 9 years ago

dpadgett commented 9 years ago

see first comment on http://stackoverflow.com/a/1810367

also the cache needs to be improved. i increased performance a lot by adding to the pcache all contents of a directory when it is listed - currently the code only caches the single file in the directory that it is trying to find.