From 34e33b3c5c96e7883f1a800e8b6ad579f1038ff9 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Thu, 15 Jan 2026 12:45:09 +0100 Subject: [PATCH] Document "per_minute_trigger_limit" --- docs/configuration/dtable-server-config.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration/dtable-server-config.md b/docs/configuration/dtable-server-config.md index 87162c46b..b8c5fceb3 100644 --- a/docs/configuration/dtable-server-config.md +++ b/docs/configuration/dtable-server-config.md @@ -69,6 +69,12 @@ Please note that increasing this value requires corresponding updates in `dtable | --------------- | ------------------------------------------------------------------------- | ------- | | `base_max_size` | Maximum size of a base's JSON file (excluding assets and big data) in MB. | 200 | +### Automation Limits + +| Parameter | Description | Default | +| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | +| `per_minute_trigger_limit` | Limits the number of automations that can be triggered per base per minute. This setting only works for SeaTable versions up to (and including) v6.0.10. | 50 | + ### Expert Configuration It is not recommended to change these values