diff options
author | Giteabot <teabot@gitea.io> | 2023-12-29 15:39:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 15:39:59 +0800 |
commit | f7cca2a290f14d56702ad807491bb49b17045c11 (patch) | |
tree | a3de750d20a44746846afc08b2668159171427de /custom | |
parent | 373e78895ec013364e0cb45fa25fe61ac6711eab (diff) | |
download | gitea-f7cca2a290f14d56702ad807491bb49b17045c11.tar.gz gitea-f7cca2a290f14d56702ad807491bb49b17045c11.zip |
Improve document for ARTIFACT_RETENTION_DAYS (#28646) (#28648)
Backport #28646 by wxiaoguang
Follow #28626
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index fa75cbf88c..6122b36be3 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2571,7 +2571,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 |