Skip to content

Commit

Permalink
Update statsbeat feature initial interval (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 27, 2021
1 parent 976cd5c commit 76a54b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ public void start(TelemetryClient telemetryClient, Configuration config) {
TimeUnit.SECONDS);
scheduledExecutor.scheduleWithFixedDelay(
new StatsbeatSender(featureStatsbeat, telemetryClient),
longIntervalSeconds,
60,
longIntervalSeconds,
TimeUnit.SECONDS);
scheduledExecutor.scheduleWithFixedDelay(
new StatsbeatSender(instrumentationStatsbeat, telemetryClient),
longIntervalSeconds,
60,
longIntervalSeconds,
TimeUnit.SECONDS);

Expand Down

0 comments on commit 76a54b9

Please sign in to comment.