Skip to content

Commit

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

This reverts commit 4602a61.
  • Loading branch information
tarekgh committed May 8, 2020
1 parent fd82afe commit ca8c9de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ private ProviderMetadata GetProviderMetadata(ProviderMetadataId key)

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

0 comments on commit ca8c9de

Please sign in to comment.