Skip to content

Commit 377bb9b

Browse files
committed
Revert CS change
1 parent 3db21bd commit 377bb9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.IdentityModel.Protocols/Configuration/ConfigurationManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public virtual async Task<T> GetConfigurationAsync(CancellationToken cancel)
179179
#endif
180180
DateTimeOffset.UtcNow;
181181

182+
182183
// Add a random amount between 0 and 5% of AutomaticRefreshInterval jitter to avoid spike traffic to IdentityProvider.
183184
_syncAfter = DateTimeUtil.Add(utcNow.UtcDateTime, AutomaticRefreshInterval +
184185
TimeSpan.FromSeconds(new Random().Next((int)AutomaticRefreshInterval.TotalSeconds / 20)));

0 commit comments

Comments
 (0)