By default, empty folders in the repository are dropped, since there is a global job in the background that triggers pruning. This job is controlled by two parameters, and the default values are:
“artifactory.folderPruning.quietPeriodSecs=60” indicates an empty directory that has not changed in 60 seconds will be pruned.
artifactory.folderPruning.intervalSecs=300 artifactory.folderPruning.quietPeriodSecs=60“artifactory.folderPruning.intervalSecs=300” means that clean-up tasks are performed every 300 seconds.
“artifactory.folderPruning.quietPeriodSecs=60” indicates an empty directory that has not changed in 60 seconds will be pruned.