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 27, 2021
1 parent 976cd5c commit db33c61
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 db33c61

Please sign in to comment.