mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Reverted the global app lock for the db #2750
This commit is contained in:
parent
13a73020e5
commit
439dc395d0
12 changed files with 10 additions and 57 deletions
|
@ -83,7 +83,7 @@ namespace Ombi.Store.Repository
|
|||
|
||||
protected async Task<int> InternalSaveChanges()
|
||||
{
|
||||
return await GlobalMutex.Lock(async () => await _ctx.SaveChangesAsync());
|
||||
return await _ctx.SaveChangesAsync();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue