We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1496ea8 commit 4462c7bCopy full SHA for 4462c7b
2 files changed
src/PerfProblemSimulator/appsettings.json
@@ -8,7 +8,7 @@
8
},
9
"AllowedHosts": "*",
10
"ProblemSimulator": {
11
- "MetricsCollectionIntervalMs": 1000,
+ "MetricsCollectionIntervalMs": 250,
12
"AppTitle": "Performance Problem Simulator"
13
}
14
src/PerfProblemSimulator/wwwroot/js/dashboard.js
@@ -12,7 +12,7 @@
// ==========================================================================
const CONFIG = {
15
- maxDataPoints: 60, // 1 minute of data at 1-second intervals
+ maxDataPoints: 240, // 1 minute of data at 250ms intervals
16
maxLatencyDataPoints: 600, // 60 seconds at 100ms intervals
17
latencyProbeIntervalMs: 100,
18
latencyTimeoutMs: 30000,
0 commit comments