Update to keep the pool from repeatedly hammering the BT check.

This commit is contained in:
Alexander Blair 2017-10-16 09:29:34 -07:00
parent 2138e497a5
commit ef7bfbac3f

View file

@ -175,7 +175,7 @@ function templateUpdate(repeating) {
setTimeout(templateUpdate, 300);
}
} else {
setTimeout(templateUpdate, 300);
setTimeout(templateUpdate, 300, false);
}
});
}