reduce polling interval, 100 -> 10
This commit is contained in:
parent
127b85a15f
commit
aa8d6bbc0d
|
@ -96,7 +96,7 @@ function bundle_keys () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function start_io_polling () {
|
function start_io_polling () {
|
||||||
io_interval_id = setInterval(io_poller, 100)
|
io_interval_id = setInterval(io_poller, 10)
|
||||||
}
|
}
|
||||||
|
|
||||||
// runs a ludus script; does not return the result
|
// runs a ludus script; does not return the result
|
||||||
|
|
Loading…
Reference in New Issue
Block a user