summaryrefslogtreecommitdiff
path: root/mesecons/settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mesecons/settings.lua')
-rw-r--r--mesecons/settings.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesecons/settings.lua b/mesecons/settings.lua
index 160df67..eb34f17 100644
--- a/mesecons/settings.lua
+++ b/mesecons/settings.lua
@@ -10,3 +10,5 @@ MESECONS_RESUMETIME = 4 -- time to wait when starting the server before
OVERHEAT_MAX = 20 -- maximum heat of any component that directly sends an output
-- signal when the input changes (e.g. luacontroller, gates)
-- Unit: actions per second, checks are every 1 second
+STACK_SIZE = 3000 -- Recursive functions will abort when this is reached. Therefore,
+ -- this is also limits the maximum circuit size.