Skip to content

Commit

Permalink
favorite: set by_user default to match WEB usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 28, 2017
1 parent 646ae83 commit d4c54a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/Favorite.pm
Expand Up @@ -47,7 +47,7 @@ use MetaCPAN::Util qw( single_valued_arrayref_to_scalar );

sub by_user {
my ( $self, $user, $size ) = @_;
$size ||= 250;
$size ||= 1000;

my $favs = $self->es->search(
index => $self->index->name,
Expand Down

0 comments on commit d4c54a7

Please sign in to comment.