diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-12-29 14:44:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 06:44:58 +0000 |
commit | 19b1b698c90d1d3b96a66ffec889a0f5dbc7d162 (patch) | |
tree | 0270ddb5da798300147640ec728f8ba950c6eb19 /custom | |
parent | f10d716ff4fef78fbddbd5eaeae48e7c10384a99 (diff) | |
download | gitea-19b1b698c90d1d3b96a66ffec889a0f5dbc7d162.tar.gz gitea-19b1b698c90d1d3b96a66ffec889a0f5dbc7d162.zip |
Improve document for ARTIFACT_RETENTION_DAYS (#28646)
Follow #28626
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 0fcf895b5a..08f2e0d63f 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -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 |