You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NuGetGallery.Services/Configuration/IAppConfiguration.cs
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -530,5 +530,15 @@ public interface IAppConfiguration : IMessageServiceConfiguration
530
530
/// select places where large JSON response bodies are possible.
531
531
/// </summary>
532
532
intMaxJsonLengthOverride{get;set;}
533
+
534
+
/// <summary>
535
+
/// The maximum number of owners allowed per package registration. If this limit is reached, no more owners can be added and others must be removed first.
536
+
/// </summary>
537
+
intMaxOwnerPerPackageRegistration{get;set;}
538
+
539
+
/// <summary>
540
+
/// The maximum number of owner requests allowed per package registration. If this limit is reached, no more requests can be made and other requests must be removed first.
0 commit comments