Skip to content

Commit

Permalink
Update default_config.php
Browse files Browse the repository at this point in the history
There was a small typo that I noticed while editing my board, and I thought I would clear up that potential confusion.
  • Loading branch information
Jonathin Ramos authored Jul 19, 2016
1 parent 9d3b027 commit 88716f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 88716f7

Please sign in to comment.