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:
parent
9d3b027eeb
commit
88716f7b6e
@ -100,7 +100,7 @@ abstract class DefaultConfig
|
|||||||
# the above dimensions.
|
# the above dimensions.
|
||||||
public $sample_always_generate_size = 524288; // 512*1024
|
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;
|
public $comment_threshold = 9999;
|
||||||
|
|
||||||
# Members cannot post more than X posts in a day.
|
# Members cannot post more than X posts in a day.
|
||||||
|
Reference in New Issue
Block a user