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

commented out benchmark test

pull/24/head
kay.one 12 years ago
parent bb677259e1
commit 77f7427230

@ -8,7 +8,7 @@ namespace NzbDrone.Core.Test.Datastore.ReflectionStrategyFixture
[TestFixture]
public class Benchmarks
{
private const int iterations = 5000000;
/* private const int iterations = 5000000;
private object _target;
private IReflectionStrategy _simpleReflectionStrategy;
@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.Datastore.ReflectionStrategyFixture
{
}
}*/
}
}
Loading…
Cancel
Save