mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 13:19:19 +08:00
- 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)
11 lines
247 B
YAML
Vendored
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
|