Make Mounted Google Drive to Search Faster in Windows Explorer

I have tried the below with what VBB's have suggested, but it seems the search speed did not improve.

For Google Drive since it's a polling remote, you want to use a high dir-cache-time.

I use:

--dir-cache-time 5000h

I tried added that but didn't improve search speed.

@ECHO OFF
cd /d C:\Users\A\Desktop\rclone
start rclone mount --rc --vfs-cache-mode off --no-console --log-file=mylogfile.txt --dir-cache-time 5000h --cache-dir D:/temp remote: C:/mount -vv
timeout /t 20
rclone rc vfs/refresh recursive=true --drive-pacer-burst 200 --drive-pacer-min-sleep 10ms --timeout 30m --user-agent *******

You need to share a log file when you make a change as we can't see what's going on.

earlier in the post, i shared a link from another topic with the same issue and contained a solution.
did you try that solution and it failed to solve your problem?
i never got a reply from you about that?
https://forum.rclone.org/t/search-a-file-on-windows-explorer/26169/15

also, i suggested the need to create and use a client id.
have you done that?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.