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

Make it clearer that Maximum size is the global limit.

pull/4387/head
Taloth Saldono 4 years ago
parent 01995e686d
commit a848e575cd

@ -41,7 +41,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
if (size > maximumSize)
{
var message = $"{size.SizeSuffix()} is too big, maximum size is {maximumSize.SizeSuffix()}";
var message = $"{size.SizeSuffix()} is too big, maximum size is {maximumSize.SizeSuffix()} (Settings->Indexers->Maximum Size)";
_logger.Debug(message);
return Decision.Reject(message);

Loading…
Cancel
Save