Hi,
I’m getting the below error whenever Odrive starts up now. I did not see this until today.
The config file had been working for some time.
odrive_user_premium_conf.txt (422 Bytes)
Hi,
I’m getting the below error whenever Odrive starts up now. I did not see this until today.
The config file had been working for some time.
odrive_user_premium_conf.txt (422 Bytes)
Hi @themadcomputerfreak,
There is a comma missing after "maxConcurrentJobs": 20
Just change that to "maxConcurrentJobs": 20,
and it should work.