We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fc96d commit 00525a0Copy full SHA for 00525a0
frontend/src/ts/test/test-ui.ts
@@ -1343,7 +1343,7 @@ export async function applyBurstHeatmap(): Promise<void> {
1343
let burstlist = [...TestInput.burstHistory];
1344
1345
burstlist = burstlist.filter((x) => x !== Infinity);
1346
- burstlist = burstlist.filter((x) => x < 350);
+ burstlist = burstlist.filter((x) => x < 500);
1347
1348
const typingSpeedUnit = getTypingSpeedUnit(Config.typingSpeedUnit);
1349
burstlist.forEach((burst, index) => {
0 commit comments