Reduce overhead of Lua session-scripts

This commit is contained in:
Robin Gareus
2020-01-29 16:51:14 +01:00
parent 0ab46c342f
commit 2731d494c2

View File

@@ -5049,7 +5049,7 @@ Session::setup_lua ()
" remove (n)"
" end"
" end"
" collectgarbage()"
" collectgarbage(\"step\")"
" end"
""
" local cleanup = function ()"