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

master
Alexander Blair 7 years ago
parent 2138e497a5
commit ef7bfbac3f

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

Loading…
Cancel
Save