Skip to content

Commit

Permalink
[SelfDiagnostics] Update config refresh period to 10 seconds (#1523)
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
  • Loading branch information
xiang17 and cijothomas authored Nov 12, 2020
1 parent 2823db7 commit 93f614b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace OpenTelemetry.Internal
/// </summary>
internal class SelfDiagnosticsConfigRefresher : IDisposable
{
private const int ConfigurationUpdatePeriodMilliSeconds = 3000;
private const int ConfigurationUpdatePeriodMilliSeconds = 10000;

private readonly CancellationTokenSource cancellationTokenSource;
private readonly Task worker;
Expand Down

0 comments on commit 93f614b

Please sign in to comment.