Committer: vad
LJSUP-12358: Friendsof counter value is displayed incorrectly on /profile pageU trunk/cgi-bin/LJ/User.pm
Modified: trunk/cgi-bin/LJ/User.pm =================================================================== --- trunk/cgi-bin/LJ/User.pm 2012-05-28 08:44:49 UTC (rev 22074) +++ trunk/cgi-bin/LJ/User.pm 2012-05-28 10:58:31 UTC (rev 22075) @@ -4858,7 +4858,7 @@ return $counter if $counter; ## arrayref with all users friends - my $uids = $u->_load_friend_friendof_uids_from_db('friendofs'); + my $uids = $u->_load_friend_friendof_uids_from_db('friendofs', 100_000); my $res = 0; ## work with batches