1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Used ReflectionOnly and/or public types where possible to avoid loading related assemblies unnecessarily

Fixes #4763

Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
Qstick
2020-08-15 00:13:42 -04:00
parent 71ad2ec794
commit 39a1dbf1d1
4 changed files with 8 additions and 7 deletions
+1
View File
@@ -37,6 +37,7 @@ namespace NzbDrone.Core.Datastore
Environment.SetEnvironmentVariable("No_Expand", "true");
Environment.SetEnvironmentVariable("No_SQLiteXmlConfigFile", "true");
Environment.SetEnvironmentVariable("No_PreLoadSQLite", "true");
Environment.SetEnvironmentVariable("No_SQLiteFunctions", "true");
}
public static void RegisterDatabase(IContainer container)