More work on the calendar, including unit tests

This commit is contained in:
Jamie Rees 2019-04-01 14:47:20 +01:00
parent 9a267465a7
commit 7fdbc10ccc
8 changed files with 344 additions and 37 deletions

View file

@ -28,7 +28,7 @@ namespace Ombi.Helpers
return result;
}
using (await _mutex.LockAsync())
//using (await _mutex.LockAsync())
{
if (_memoryCache.TryGetValue(cacheKey, out result))
{