#2994 - enable multithreading in the sql config

pull/3071/head
Jamie Rees 5 years ago
parent 83f63c8beb
commit 492f7fe1e1

@ -20,6 +20,8 @@ namespace Ombi
{
Console.Title = "Ombi";
SQLitePCL.raw.sqlite3_config(2);
var host = string.Empty;
var storagePath = string.Empty;
var baseUrl = string.Empty;

Loading…
Cancel
Save