summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorEarl Warren <earl-warren@noreply.codeberg.org>2024-08-06 07:47:20 +0200
committerEarl Warren <earl-warren@noreply.codeberg.org>2024-08-06 07:47:20 +0200
commit517637137cd701acc863ba6f948f0857f9b36fa1 (patch)
treea2907d0cba695427b4dd933bb0f46381ac1aec06 /custom
parentMerge pull request 'Update dependency @playwright/test to v1.46.0 (forgejo)' ... (diff)
parentchore(release-notes): weekly cherry-pick week 2024-32 (diff)
downloadforgejo-517637137cd701acc863ba6f948f0857f9b36fa1.tar.xz
forgejo-517637137cd701acc863ba6f948f0857f9b36fa1.zip
Merge pull request '[gitea] week 2024-32 cherry pick (gitea/main -> forgejo)' (#4801) from earl-warren/wcp/2024-32 into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4801 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index d2a48b597d..1de672f1d3 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -2774,7 +2774,9 @@ LEVEL = Info
;ENABLED = true
;; Default address to get action plugins, e.g. the default value means downloading from "https://code.forgejo.org/actions/checkout" for "uses: actions/checkout@v3"
;DEFAULT_ACTIONS_URL = https://code.forgejo.org
-;; Default artifact retention time in days, default is 90 days
+;; Logs retention time in days. Old logs will be deleted after this period.
+;LOG_RETENTION_DAYS = 365
+;; Default artifact retention time in days. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step.
;ARTIFACT_RETENTION_DAYS = 90
;; Timeout to stop the task which have running status, but haven't been updated for a long time
;ZOMBIE_TASK_TIMEOUT = 10m