don't scan more often than twice per second
This commit is contained in:
parent
5dc90848b3
commit
0ed65279da
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ editor = {
|
|||
var $collector = $('#sidebar').find('.wificollector.running'),
|
||||
$table = $collector.find('table'),
|
||||
item, i, line, apid, color, max_last = 0;
|
||||
editor._wificollector_scan_perhaps();
|
||||
window.setTimeout(editor._wificollector_scan_perhaps, 500);
|
||||
|
||||
if (!data.length) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue