Skip to content

Commit

Permalink
Update statsbeat feature initial interval
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Oct 22, 2021
1 parent 531edb0 commit 0a9733f
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 0a9733f

Please sign in to comment.