Skip to content

Commit

Permalink
Update bundle/src/main/java/com/adobe/acs/commons/packagegarbagecolle…
Browse files Browse the repository at this point in the history
…ctor/PackageGarbageCollectionConfig.java
  • Loading branch information
davidjgonzalez authored Jan 22, 2024
1 parent 73e833b commit a18ab49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@AttributeDefinition(name = "Package group name", description = "The group name of the packages to remove.")
String groupName() default "";

@AttributeDefinition(name = "Max upload age of package", description = "Packages uploaded more than this age (in days) will be removed. Default is 60 days.")
@AttributeDefinition(name = "Max upload age of package", description = "Packages uploaded more than the given amount of days ago will be removed. Default is 60 days.")
int maxAgeInDays() default 60;

@AttributeDefinition(name = "Remove not installed packages", description = "Remove packages that are not installed (or have been uninstalled) and the created date is older than maxAgeInDays. Default is false.")
Expand Down

0 comments on commit a18ab49

Please sign in to comment.