Document EDIT_TIME=0 behavior in parameters

Setting edit-time to 0 disables both comment editing and staged image cleanup.
This commit is contained in:
Dmitry Verkhoturov
2026-02-22 17:54:19 -06:00
committed by Umputun
parent 0105bc2314
commit 336f17e7b7
2 changed files with 2 additions and 2 deletions
@@ -147,7 +147,7 @@ services:
| positive-score | POSITIVE_SCORE | `false` | restricts comment's score to be only positive |
| restricted-words | RESTRICTED_WORDS | | words banned in comments (can use `*`), _multi_ |
| restricted-names | RESTRICTED_NAMES | | names prohibited to use by the user, _multi_ |
| edit-time | EDIT_TIME | `5m` | edit window |
| edit-time | EDIT_TIME | `5m` | edit window; set to `0` to disable comment editing and staged image cleanup |
| admin-edit | ADMIN_EDIT | `false` | unlimited edit for admins |
| read-age | READONLY_AGE | | read-only age of comments, days |
| image-proxy.http2https | IMAGE_PROXY_HTTP2HTTPS | `false` | enable HTTP->HTTPS proxy for images |