[SelfDiagnostics] Update config refresh period to 10 seconds (#1523)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
parent
2823db731f
commit
93f614ba58
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue