tools/fast: change delta to 20ms to easier catch commits that slow down the compiler

pull/6729/head
Alexander Medvednikov 2020-11-03 02:50:30 +01:00
parent a76460f5d6
commit 6cd0ff2b52
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const delta = 40;
const delta = 20;
(function () {
var table = document.querySelector("table");