Compare commits

..

No commits in common. "ea552f8b9b641764f4c433fbfa86a82b1ebb8199" and "2c969d83e5325836fb19167651ae7b03545fdc76" have entirely different histories.

View File

@ -96,7 +96,7 @@ function bundle_keys () {
} }
function start_io_polling () { function start_io_polling () {
io_interval_id = setInterval(io_poller, 10) io_interval_id = setInterval(io_poller, 100)
} }
// runs a ludus script; does not return the result // runs a ludus script; does not return the result