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: custom/conf/app.example.ini
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2676,6 +2676,9 @@ LEVEL = Info
2676
2676
;LIMIT_SIZE_HELM = -1
2677
2677
;; Maximum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2678
2678
;LIMIT_SIZE_MAVEN = -1
2679
+
;; Specifies the number of most recent Maven snapshot builds to retain. `-1` retains all builds, while `1` retains only the latest build. Value should be -1 or positive.
2680
+
;; Cleanup expired packages/data then targets the files within all maven snapshots versions
2681
+
;RETAIN_MAVEN_SNAPSHOT_BUILDS = -1
2679
2682
;; Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2680
2683
;LIMIT_SIZE_NPM = -1
2681
2684
;; Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
0 commit comments