reduce polling interval, 100 -> 10

This commit is contained in:
Scott Richmond 2025-07-09 15:31:26 -04:00
parent 127b85a15f
commit aa8d6bbc0d

View File

@ -96,7 +96,7 @@ function bundle_keys () {
}
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