Moved the schedules jobs into it's own database, see if it helps with the db locking #1720

pull/1741/head
Jamie 7 years ago
parent ab42723dc9
commit 7ce1c0cb99

@ -128,7 +128,7 @@ namespace Ombi
{ {
i.StoragePath = string.Empty; i.StoragePath = string.Empty;
} }
var sqliteStorage = $"Data Source={Path.Combine(i.StoragePath, "Ombi.db")};"; var sqliteStorage = $"Data Source={Path.Combine(i.StoragePath, "Schedules.db")};";
services.AddHangfire(x => services.AddHangfire(x =>
{ {

Loading…
Cancel
Save