You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: runatlantis.io/docs/server-configuration.md
+8
Original file line number
Diff line number
Diff line change
@@ -903,6 +903,14 @@ This is useful when you have many projects and want to keep the pull request cle
903
903
904
904
Defaults to the atlantis home directory `/home/atlantis/.markdown_templates/` in `/$HOME/.markdown_templates`.
905
905
906
+
### `--max-comments-per-command`
907
+
```bash
908
+
atlantis server --max-comments-per-command=100
909
+
# or
910
+
ATLANTIS_MAX_COMMENTS_PER_COMMAND=100
911
+
```
912
+
Limit the number of comments published after a command is executed, to prevent spamming your VCS and Atlantis to get throttled as a result. Defaults to `100`. Set this option to `0` to disable log truncation. Note that the truncation will happen on the top of the command output, to preserve the most important parts of the output, often displayed at the end.
0 commit comments