mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Lower impact of periodic backup script.
This commit is contained in:
parent
e14694bfa3
commit
3977fbae51
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ ardour {
|
|||
-- subscribe to signals
|
||||
-- http://manual.ardour.org/lua-scripting/class_reference/#LuaSignal.LuaSignal
|
||||
function signals ()
|
||||
return LuaSignal.Set():add ({[LuaSignal.LuaTimerDS] = true})
|
||||
return LuaSignal.Set():add ({[LuaSignal.LuaTimerS] = true})
|
||||
end
|
||||
|
||||
-- create callback function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue