From 2731d494c2184c9108a0ca4d79802bfe48b2baa8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 29 Jan 2020 16:51:14 +0100 Subject: Reduce overhead of Lua session-scripts --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session.cc') diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 03891d4c47..c88d85cd77 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -5049,7 +5049,7 @@ Session::setup_lua () " remove (n)" " end" " end" - " collectgarbage()" + " collectgarbage(\"step\")" " end" "" " local cleanup = function ()" -- cgit v1.2.3