Merge pull request #182 from Justawinterwolf2012/patch-1

Update default_config.php
This commit is contained in:
Pop 2016-07-19 08:07:50 -05:00 committed by GitHub
commit 708bddfe04

View File

@ -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.