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

Up the timerDuration back to 10s, 2s is too low

release-10.1.0
Joshua Boniface 6 years ago
parent e5531c5c25
commit fda3f0ad9b

@ -421,15 +421,14 @@ namespace MediaBrowser.Api
return;
}
/*
var timerDuration = 10000;
/*
if (job.Type != TranscodingJobType.Progressive)
{
timerDuration = 60000;
}
*/
var timerDuration = 2000;
job.PingTimeout = timerDuration;
job.LastPingDate = DateTime.UtcNow;

Loading…
Cancel
Save