DISTRIBUTION: How to increase the artifacts count limit in the release bundles

DISTRIBUTION: How to increase the artifacts count limit in the release bundles

AuthorFullName__c
Vignesh C
articleNumber
000005253
ft:sourceType
Salesforce
FirstPublishedDate
2022-04-19T06:54:21Z
lastModifiedDate
2022-04-19
VersionNumber
2

By default, the number of files that can be handled while creating the release bundle has been configured to 3000 by default. In order to increase this limit, you may follow the below steps:


1. Navigate to $JFROG_HOME/distribution/var/etc/distribution directory
 
2. Take a backup of the distribution.config.latest.yml file and then rename the file to the distribution.config.import.yml file.
 
3. Change the below parameter in the distribution.config.import.yml file
 release-bundle:
  max-artifacts: 3000
4. Restart the Distribution application.