mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -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
|
@ -154,7 +154,7 @@ namespace Ombi.Store.Repository.Requests
|
|||
|
||||
private async Task<int> InternalSaveChanges()
|
||||
{
|
||||
return await GlobalMutex.Lock(async () => await Db.SaveChangesAsync());
|
||||
return await Db.SaveChangesAsync();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue