From 950b474269ded69504f19c78fa4fea69f0baf7e4 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 16 Oct 2016 07:58:27 +0200 Subject: Support more than 100 characters per VN --- lib/VNDB/Handler/VNPage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB/Handler/VNPage.pm') diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm index e604fb7b..5f8f8f3a 100644 --- a/lib/VNDB/Handler/VNPage.pm +++ b/lib/VNDB/Handler/VNPage.pm @@ -462,7 +462,7 @@ sub page { } end 'div'; # /mainbox - my $chars = $self->dbCharGet(vid => $v->{id}, what => "seiyuu vns($v->{id})".($char ? ' extended traits' : ''), results => 100); + my $chars = $self->dbCharGet(vid => $v->{id}, what => "seiyuu vns($v->{id})".($char ? ' extended traits' : ''), results => 500); if(@$chars || $self->authCan('edit')) { clearfloat; # fix tabs placement when tags are hidden ul class => 'maintabs notfirst'; -- cgit v1.2.3