This is just a quick question I hope. What are the best settings to use with google drive as a backend, I'm trying to emulate something like google filestream which works on mac but not my linux machine. I write nearly all of my code inside my google drive so my standard operations are frequent but small file changes and reads.
Currently the flags I have are:
/usr/bin/rclone mount google: /home/craggles/gdrive -vv --vfs-cache-mode full --vfs-cache-max-size 64G --vfs-cache-max-age 1200h --dir-cache-time 1200h --vfs-read-chunk-size-limit 0 --poll-interval 120s
But simple file read and write operations still take suspiciously long and it doesn't feel like the disk is being used much or at all. A particularly example is when using git in VScode is often fails with lock files and such because the file read and write lag.