forked from mtcontrib/pipeworks
init.lua: turn off by-default new flow logic for now
This commit is contained in:
@ -27,6 +27,8 @@ local settings = {
|
||||
drop_on_routing_fail = false,
|
||||
|
||||
delete_item_on_clearobject = true,
|
||||
|
||||
enable_new_flow_logic = false,
|
||||
}
|
||||
|
||||
for name, value in pairs(settings) do
|
||||
|
Reference in New Issue
Block a user