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
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

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