Skip to content

Commit

Permalink
Remove superflous CheckReleased call which will slow down Event Log R…
Browse files Browse the repository at this point in the history
…eading up to 20x times. (#35911)

Co-authored-by: Alois Kraus <alois.kraus@siemens-healthineers.com>
  • Loading branch information
Alois-xx and AloisKraus committed May 7, 2020
1 parent 47c9a09 commit 4602a61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ private ProviderMetadata GetProviderMetadata(ProviderMetadataId key)

try
{
pm.CheckReleased();
UpdateCacheValueInfoForHit(cacheItem);
}
catch (EventLogException)
Expand Down

0 comments on commit 4602a61

Please sign in to comment.