tools/fast: change delta to 20ms to easier catch commits that slow down the compiler
parent
a76460f5d6
commit
6cd0ff2b52
|
@ -1,4 +1,4 @@
|
||||||
const delta = 40;
|
const delta = 20;
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
var table = document.querySelector("table");
|
var table = document.querySelector("table");
|
||||||
|
|
Loading…
Reference in New Issue