1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Improve document for ARTIFACT_RETENTION_DAYS (#28646)

Follow #28626
This commit is contained in:
wxiaoguang
2023-12-29 14:44:58 +08:00
committed by GitHub
parent f10d716ff4
commit 19b1b698c9
2 changed files with 2 additions and 2 deletions

View File

@@ -2572,7 +2572,7 @@ LEVEL = Info
;;
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
;DEFAULT_ACTIONS_URL = github
;; Default artifact retention time in days, default is 90 days
;; 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