slow down port polling to 250ms

pull/3/head
cTn 11 years ago
parent 64038b64a0
commit 3508319e15

@ -355,7 +355,7 @@ function update_ports() {
initial_ports = current_ports;
}
});
}, 100, true);
}, 250, true);
}
function update_port_select_menu(ports) {

Loading…
Cancel
Save