ticket: use boolean ticket capabilities

This commit is contained in:
2026-07-21 06:13:26 +09:00
parent 064965d350
commit 7f7d2fe7fc
12 changed files with 239 additions and 208 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ import "./default.dcdl" // {
memory = { enabled = true; };
web = { enabled = true; };
workers = { enabled = true; };
ticket = { enabled = true; preset = "orchestration_control"; };
ticket = { enabled = true; thread = true; orchestration_control = true; };
};
}