mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
#2994 - enable multithreading in the sql config
This commit is contained in:
parent
83f63c8beb
commit
492f7fe1e1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue