mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
More work on the calendar, including unit tests
This commit is contained in:
parent
9a267465a7
commit
7fdbc10ccc
8 changed files with 344 additions and 37 deletions
|
@ -28,7 +28,7 @@ namespace Ombi.Helpers
|
|||
return result;
|
||||
}
|
||||
|
||||
using (await _mutex.LockAsync())
|
||||
//using (await _mutex.LockAsync())
|
||||
{
|
||||
if (_memoryCache.TryGetValue(cacheKey, out result))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue