mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Moved the schedules jobs into it's own database, see if it helps with the db locking #1720
This commit is contained in:
parent
ab42723dc9
commit
7ce1c0cb99
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace Ombi
|
|||
{
|
||||
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 =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue