Committer: vsukhanov
LJSUP-7185: disable reculculation of comments page sizeU trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm
Modified: trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm =================================================================== --- trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm 2010-10-18 08:22:55 UTC (rev 9628) +++ trunk/cgi-bin/LJ/SUP/RPC/Command/comments_tree.pm 2010-10-18 08:42:28 UTC (rev 9629) @@ -154,6 +154,7 @@ thread => $args->{thread}, page => $args->{page}, page_size => ($args->{page_size} || 5), + strict_page_size => 1, ## disable recalculation of page size. expand_strategy => 'by_level', expand_level => 3, view => undef,