From bbd57f04632be2c6352d9310675aced8c1f1c0be Mon Sep 17 00:00:00 2001 From: thrize Date: Sun, 15 Apr 2018 18:16:08 +0100 Subject: [PATCH] #92, add config var info to docs --- docs/algorithm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/algorithm.md b/docs/algorithm.md index 8b8270a..e807f24 100644 --- a/docs/algorithm.md +++ b/docs/algorithm.md @@ -152,6 +152,7 @@ Edit with caution, setting these incorrectly can really break the bot 11. **MIN_KEYWORD_FREQ** (```3```): Minimum appearances of a word in a post for it to be considered a keyword 12. **POST_METADATA_MAX_RECORD_PER_RUN** (```100```): Maximum number of post details to record per bot run. Sample size for algorithm tuning. 13. **POST_METADATA_MAX_RUNS_TO_KEEP** (```5```): Maximum sets of post detail per run to keep in db. +14. **COMMENT_ENABLED** (```unchecked```): Enables commenting on every posted voted for by bot. Comment text must be set in Edit Algo. ## Metrics in detail