Skip to content

Commit 723f41d

Browse files
committed
Document EDIT_TIME=0 behavior in parameters
Setting edit-time to 0 disables both comment editing and staged image cleanup.
1 parent 0105bc2 commit 723f41d

File tree

1 file changed

+1
-1
lines changed
  • site/src/docs/configuration/parameters

1 file changed

+1
-1
lines changed

site/src/docs/configuration/parameters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ services:
147147
| positive-score | POSITIVE_SCORE | `false` | restricts comment's score to be only positive |
148148
| restricted-words | RESTRICTED_WORDS | | words banned in comments (can use `*`), _multi_ |
149149
| restricted-names | RESTRICTED_NAMES | | names prohibited to use by the user, _multi_ |
150-
| edit-time | EDIT_TIME | `5m` | edit window |
150+
| edit-time | EDIT_TIME | `5m` | edit window; set to `0` to disable comment editing and staged image cleanup |
151151
| admin-edit | ADMIN_EDIT | `false` | unlimited edit for admins |
152152
| read-age | READONLY_AGE | | read-only age of comments, days |
153153
| image-proxy.http2https | IMAGE_PROXY_HTTP2HTTPS | `false` | enable HTTP->HTTPS proxy for images |

0 commit comments

Comments
 (0)