Skip to content

Commit

Permalink
Revert "Revert "Remove superflous CheckReleased call which will slow …
Browse files Browse the repository at this point in the history
…down Event Log Reading up to 20x times. (dotnet#35911)" (dotnet#36143)" (dotnet#36188)

This reverts commit ca8c9de.
  • Loading branch information
tarekgh authored May 11, 2020
1 parent fa80f38 commit 35eb262
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 35eb262

Please sign in to comment.