Skip to content

Commit 2a8f757

Browse files
committed
Set Github scrolling for 5 minutes.
1 parent 9e25a55 commit 2a8f757

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/MetaCPAN/Script/Tickets.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ sub index_bug_summary {
101101
}
102102

103103
sub retrieve_github_bugs {
104-
my $self = shift;
105-
my $scroll = $self->index->type('release')->find_github_based->scroll;
104+
my $self = shift;
105+
my $scroll
106+
= $self->index->type('release')->find_github_based->scroll('5m');
106107
log_debug { sprintf( "Found %s repos", $scroll->total ) };
107108
my $summary = {};
108109
while ( my $release = $scroll->next ) {

0 commit comments

Comments
 (0)