Skip to content

Commit e21e940

Browse files
authored
Increase ReposPerPackage from 5 to 20 (#10357)
1 parent 18ca481 commit e21e940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery.Core/GitHub/NuGetPackageGitHubInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace NuGetGallery
99
{
1010
public class NuGetPackageGitHubInformation
1111
{
12-
public const int ReposPerPackage = 5;
12+
public const int ReposPerPackage = 20;
1313

1414
public readonly static NuGetPackageGitHubInformation Empty = new NuGetPackageGitHubInformation(new List<RepositoryInformation>());
1515

0 commit comments

Comments
 (0)