Gdrive cache folders turning empty

Hi, I switched over from plexdrive to rclone including cache recently.
Now I have trouble with rclone caching.

I have completely empty folders, My folder with series is fine, but my folder with movies is just gone.

My mount settings:
/usr/bin/rclone mount zendrive_media: /plex/acdPlex/.remote
–allow-other
–allow-non-empty
–read-only
–dir-cache-time=48h
–cache-chunk-size=10M
–cache-info-age=48h
–cache-workers=16
–attr-timeout=1s
–buffer-size 0
–syslog
–rc
–cache-db-path /plex/acdPlex/.cache-db/
–log-level INFO

If I remove the cache files in /plex/acdPlex/.cache-db/ it fine again. But after some time it’s gone again.

My rclone config:
[zendrive]
type = drive
scope = drive
root_folder_id =
service_account_file =
token =

[zendrive_mediacache]
type = cache
remote = zendrive:media_crypt
chunk_size = 10M
info_age = 24h
chunk_total_size = 32G
plex_url = http://127.0.0.1:32400
plex_username = <removed>
plex_password = <removed>
plex_token = <removed>

[zendrive_media]
type = crypt
remote = zendrive_mediacache:
filename_encryption = standard
directory_name_encryption = true
password = <removed>
password2 = <removed>

Rclone version (latest stable):
root@plex:/# rclone --version
rclone v1.42
- os/arch: linux/amd64
- go version: go1.10.1

Can somebody help me with what is going wrong? My Series folder seems to be fine, so only my movie folder is affected…

Your dir cache time HAS to be less than your cache_info_age, change that first and lets see how it goes?

Oke thanks, I changed it to 36 hour:
–dir-cache-time=36h
–cache-info-age=48h