Skip to content

Commit 4462c7b

Browse files
author
rhamlett_microsoft
committed
Update some chart update frequencies.
1 parent 1496ea8 commit 4462c7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/PerfProblemSimulator/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"AllowedHosts": "*",
1010
"ProblemSimulator": {
11-
"MetricsCollectionIntervalMs": 1000,
11+
"MetricsCollectionIntervalMs": 250,
1212
"AppTitle": "Performance Problem Simulator"
1313
}
1414
}

src/PerfProblemSimulator/wwwroot/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// ==========================================================================
1313

1414
const CONFIG = {
15-
maxDataPoints: 60, // 1 minute of data at 1-second intervals
15+
maxDataPoints: 240, // 1 minute of data at 250ms intervals
1616
maxLatencyDataPoints: 600, // 60 seconds at 100ms intervals
1717
latencyProbeIntervalMs: 100,
1818
latencyTimeoutMs: 30000,

0 commit comments

Comments
 (0)