set preemptive scheduling time to change threads every 555 microseconds, instead of every 20 milliseoncds (which was the default)

This commit is contained in:
2025-09-10 01:52:16 +01:00
parent 95a07bcd92
commit fee8ba5207

View File

@@ -79,4 +79,4 @@ struct
end end
end end
val _ = RunCML.doit (Shell.main, NONE) val _ = RunCML.doit (Shell.main, SOME (Time.fromMicroseconds 555))