VFS Refresh Directory

further confirmation of doing a vfs/forget prior to doing the vfs/refresh is successful

/volume1/rclone/rclone rc vfs/forget 'dir=TV/The Tourist/Season 01' --rc-user=rclone --rc-pass=rclone --rc-addr=10.0.1.3:5572 --config=/volume1/rclone.conf
/usr/bin/sleep 5
/volume1/rclone/rclone rc vfs/refresh 'dir=TV/The Tourist/Season 01' --rc-user=rclone --rc-pass=rclone --rc-addr=10.0.1.3:5572 --config=/volume1/rclone.conf --drive-pacer-burst 200 --drive-pacer-min-sleep 10ms --timeout 30m
/usr/bin/sleep 10
+ /volume1/rclone/rclone rc vfs/forget 'dir=TV/The Tourist/Season 01' --rc-user=rclone --rc-pass=rclone --rc-addr=10.0.1.3:5572 --config=/volume1/rclone.conf
{
        "forgotten": [
                "TV/The Tourist/Season 01"
        ]
}
+ /usr/bin/sleep 5
+ /volume1/rclone/rclone rc vfs/refresh 'dir=TV/The Tourist/Season 01' --rc-user=rclone --rc-pass=rclone --rc-addr=10.0.1.3:5572 --config=/volume1/rclone.conf --drive-pacer-burst 200 --drive-pacer-min-sleep 10ms --timeout 30m
{
        "result": {
                "TV/The Tourist/Season 01": "OK"
        }
}

Note: that I have had to do the vfs/forget to maintain the --dir-cache-timeout in my mount command. you do not need to do the vfs/forget if you do not have the --dir-cache-timeout