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.