Skip to content

Commit 4b37d4d

Browse files
Merge pull request #10376 from NuGet/dev
[ReleasePrep][2025.03.25]RI of dev into main
2 parents 9c49aaf + d315404 commit 4b37d4d

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)