mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
More for #2750
This commit is contained in:
parent
42662924d9
commit
e6e24c6a97
9 changed files with 60 additions and 27 deletions
|
@ -81,7 +81,7 @@ namespace Ombi.Store.Repository
|
|||
await _ctx.Database.ExecuteSqlCommandAsync(sql);
|
||||
}
|
||||
|
||||
private async Task<int> InternalSaveChanges()
|
||||
protected async Task<int> InternalSaveChanges()
|
||||
{
|
||||
return await GlobalMutex.Lock(async () => await _ctx.SaveChangesAsync());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue