summaryrefslogtreecommitdiffstats
path: root/docs/src/about_ranking.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/about_ranking.md')
-rw-r--r--docs/src/about_ranking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/about_ranking.md b/docs/src/about_ranking.md
index 361dc24d..d318ae82 100644
--- a/docs/src/about_ranking.md
+++ b/docs/src/about_ranking.md
@@ -18,7 +18,7 @@ Score = Upvotes - Downvotes
Time = time since submission (in hours)
Gravity = Decay gravity, 1.8 is default
```
-
+- For posts, in order to bring up active posts, it uses the latest comment time (limited to a max creation age of a month ago)
- Use Max(1, score) to make sure all comments are affected by time decay.
- Add 3 to the score, so that everything that has less than 3 downvotes will seem new. Otherwise all new comments would stay at zero, near the bottom.
- The sign and abs of the score are necessary for dealing with the log of negative scores.