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
@@ -2655,6 +2655,9 @@ LEVEL = Info
2655
2655
;LIMIT_SIZE_HELM = -1
2656
2656
;; Maximum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2657
2657
;LIMIT_SIZE_MAVEN = -1
2658
+
;; 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.
2659
+
;; Cleanup expired packages/data then targets the files within all maven snapshots versions
2660
+
;RETAIN_MAVEN_SNAPSHOT_BUILDS = -1
2658
2661
;; Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2659
2662
;LIMIT_SIZE_NPM = -1
2660
2663
;; Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
0 commit comments