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.
This commit is contained in:
Jonathin Ramos 2016-07-18 22:09:29 -07:00 committed by GitHub
parent 9d3b027eeb
commit 88716f7b6e

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.