summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-03 09:34:32 +0100
committerYorhel <git@yorhel.nl>2010-11-03 09:34:32 +0100
commit64c8ed43810286bfee386745ab0f50328e3589a9 (patch)
tree0fb87974d184ae7df3008a865f6abe9953a059cf
parentf7ed322c0df68e2f4794a083cd71fa09b6069f39 (diff)
Handler::Discussions: Increased thread number display at /t for db and v
Those boards are most active.
-rw-r--r--lib/VNDB/Handler/Discussions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Discussions.pm b/lib/VNDB/Handler/Discussions.pm
index d1c9e3b9..9cc83fc7 100644
--- a/lib/VNDB/Handler/Discussions.pm
+++ b/lib/VNDB/Handler/Discussions.pm
@@ -340,7 +340,7 @@ sub index {
for (qw|an db v p u|) {
my $list = $self->dbThreadGet(
type => $_,
- results => 5,
+ results => $_ eq 'db' || $_ eq 'v' ? 10 : 5,
page => 1,
what => 'firstpost lastpost boardtitles',
sort => 'lastpost', reverse => 1,