I run the service refresh each time my machines wake from standby automaticly with this command-line.
“Start C:\Progra~2\MediaBrowser\MediaBrowser\MediaBrowserService.exe /refresh”
I do this because I think one service refresh on a day is not enough.
This command-line has always worked and still does but on one pc it is no longer working. I need to kill the service first and then the command-line does work again.
What could be the cause of that?
I’m not sure but running a refresh right when you start up like this is generally a bad idea. In fact we removed logic such as this from the service to be sure a refresh wouldn’t kick off on a start up.
This is going to put too much concurrent load on the machine and the DB right when you are first starting up MB and that will more than likely cause performance issues.