Skip to content

Commit dd09f83

Browse files
authored
Increase blocking duration to 90 days (#9099)
1 parent 70c8a2f commit dd09f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/ViewModels/DisplayPackageViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class DisplayPackageViewModel : ListPackageItemViewModel
4747
public bool HasEmbeddedReadmeFile { get; set; }
4848
public PackageDependents PackageDependents { get; set; }
4949

50-
public const int NumberOfDaysToBlockIndexing = 21;
50+
public const int NumberOfDaysToBlockIndexing = 90;
5151

5252
public bool HasNewerPrerelease
5353
{

0 commit comments

Comments
 (0)