Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/d492823ea00c5352b916a38beb6c0df6b79d19f8 You should set ROOT_URL correctly, otherwise the web may not work correctly.

update startup timeout

pull/702/head
Luke Pulverenti 9 years ago
parent 24328310a4
commit d492823ea0

@ -192,7 +192,7 @@ namespace MediaBrowser.ServerApplication
{
_logger.Info("Found a duplicate process. Giving it time to exit.");
if (!duplicate.WaitForExit(20000))
if (!duplicate.WaitForExit(30000))
{
_logger.Info("The duplicate process did not exit.");
return true;

Loading…
Cancel
Save