Compare commits

..

2 Commits

Author SHA1 Message Date
Scott Richmond
ea552f8b9b Merge branch 'main' of alea.ludus.dev:twc/ludus 2025-07-09 15:31:54 -04:00
Scott Richmond
aa8d6bbc0d reduce polling interval, 100 -> 10 2025-07-09 15:31:26 -04:00

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