This commit is contained in:
Paul Chvostek 2022-08-22 08:44:15 -04:00
parent 89a0d52398
commit b4da48a438
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ mesecon.luacontroller_string_rep_max (string:rep result length limit) int 64000
mesecon.luacontroller_digiline_maxlen (Digiline message size limit) int 50000 1000 1000000
mesecon.luacontroller_maxevents (Controller execution time limit) int 10000 1000 100000
mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000
mesecon.luacontroller_minimum_interrupt (Minimum interrupt time) fload 1 0.1 1000000
mesecon.luacontroller_minimum_interrupt (Minimum interrupt time) float 1 0.1 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.