Update to keep the pool from repeatedly hammering the BT check.
This commit is contained in:
parent
2138e497a5
commit
ef7bfbac3f
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ function templateUpdate(repeating) {
|
|||
setTimeout(templateUpdate, 300);
|
||||
}
|
||||
} else {
|
||||
setTimeout(templateUpdate, 300);
|
||||
setTimeout(templateUpdate, 300, false);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue