From 88716f7b6e597f6c17edde3696c7e61ffee11c05 Mon Sep 17 00:00:00 2001 From: Jonathin Ramos Date: Mon, 18 Jul 2016 22:09:29 -0700 Subject: [PATCH] Update default_config.php There was a small typo that I noticed while editing my board, and I thought I would clear up that potential confusion. --- config/default_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default_config.php b/config/default_config.php index ec44052..ec1ab09 100755 --- a/config/default_config.php +++ b/config/default_config.php @@ -100,7 +100,7 @@ abstract class DefaultConfig # the above dimensions. public $sample_always_generate_size = 524288; // 512*1024 - # After a post receives this many posts, new comments will no longer bump the post in comment/index. + # After a post receives this many comments, new comments will no longer bump the post in comment/index. public $comment_threshold = 9999; # Members cannot post more than X posts in a day.