refactor: unify Memory feature configuration authority
This commit is contained in:
@@ -6,7 +6,7 @@ import "./base.dcdl" // {
|
||||
|
||||
feature = {
|
||||
task = { enabled = true; };
|
||||
memory = { enabled = false; staging = false; };
|
||||
memory = { enabled = false; staging_tools = false; };
|
||||
web = { enabled = true; };
|
||||
image = { enabled = true; };
|
||||
sub_worker = { enabled = true; };
|
||||
|
||||
Reference in New Issue
Block a user