diff --git a/TournamentTeamCollector/Program.cs b/TournamentTeamCollector/Program.cs index ed8f30b..fbbb7fa 100644 --- a/TournamentTeamCollector/Program.cs +++ b/TournamentTeamCollector/Program.cs @@ -12,6 +12,8 @@ // To experiment with weird results // TournamentParser.Util.Common.ParallelOptions = new ParallelOptions { MaxDegreeOfParallelism = 1 }; +SQLitePCL.Batteries_V2.Init(); + var parserCache = new SqliteCache( new SqliteCacheOptions() { diff --git a/TournamentTeamCollector/TournamentTeamCollector.csproj b/TournamentTeamCollector/TournamentTeamCollector.csproj index 12fd77a..bffa6c3 100644 --- a/TournamentTeamCollector/TournamentTeamCollector.csproj +++ b/TournamentTeamCollector/TournamentTeamCollector.csproj @@ -10,7 +10,7 @@ - +