Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7ce1c0cb993f8944468f4ab6084fd5ad6b13f68d?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

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