From 737f366741f54659b17bd9c96e2232eedb9735ee Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Sat, 29 Dec 2018 21:48:32 +0100 Subject: LuaC: add lightweight interrupts (#449) --- settingtypes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'settingtypes.txt') diff --git a/settingtypes.txt b/settingtypes.txt index 8be7be6..9259a83 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -24,6 +24,10 @@ mesecon.luacontroller_digiline_maxlen (Digiline message size limit) int 50000 10 mesecon.luacontroller_maxevents (Controller execution time limit) int 10000 1000 100000 mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000 +# Use node timer for interrupts (runs in active blocks only). +# IID is ignored and at most one interrupt may be queued if this setting is enabled. +mesecon.luacontroller_lightweight_interrupts (Lightweight interrupts) bool false + [mesecons_movestones] -- cgit v1.2.3