0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/plugins/automation/config/settings.yml
Sam 43cd7ecee7
DEV: Make automation recursion depth configurable (#40778)
- Replace the hardcoded automation recursion limit with a hidden site
setting so deployments can tune nested trigger behavior.

discourse_automation_max_recursion_depth

- Stop raising exceptions on recursion guard (to match old behavior)
2026-06-11 09:41:00 +10:00

11 lines
247 B
YAML
Vendored

plugins:
discourse_automation_enabled:
default: false
client: true
discourse_automation_enable_recurring_debug:
default: false
hidden: true
discourse_automation_max_recursion_depth:
default: 1
hidden: true
min: 1