loading up the forgejo repo on tangled to test page performance

Improve document for ARTIFACT_RETENTION_DAYS (#28646)

Follow #28626

authored by wxiaoguang and committed by GitHub 19b1b698 f10d716f

Changed files
+2 -2
custom
docs
content
+1 -1
custom/conf/app.example.ini
··· 2572 2572 ;; 2573 2573 ;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance. 2574 2574 ;DEFAULT_ACTIONS_URL = github 2575 - ;; Default artifact retention time in days, default is 90 days 2575 + ;; Default artifact retention time in days. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step. 2576 2576 ;ARTIFACT_RETENTION_DAYS = 90 2577 2577 ;; Timeout to stop the task which have running status, but haven't been updated for a long time 2578 2578 ;ZOMBIE_TASK_TIMEOUT = 10m
+1 -1
docs/content/administration/config-cheat-sheet.en-us.md
··· 1390 1390 - `DEFAULT_ACTIONS_URL`: **github**: Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance. 1391 1391 - `STORAGE_TYPE`: **local**: Storage type for actions logs, `local` for local disk or `minio` for s3 compatible object storage service, default is `local` or other name defined with `[storage.xxx]` 1392 1392 - `MINIO_BASE_PATH`: **actions_log/**: Minio base path on the bucket only available when STORAGE_TYPE is `minio` 1393 - - `ARTIFACT_RETENTION_DAYS`: **90**: Default number of days to keep artifacts. This can be overridden in `actions/upload_artifact`. Set to 0 to disable artifact retention. Default is 90 days if not set. Each artifact can have it's own number of retention days. 1393 + - `ARTIFACT_RETENTION_DAYS`: **90**: Default number of days to keep artifacts. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step. 1394 1394 - `ZOMBIE_TASK_TIMEOUT`: **10m**: Timeout to stop the task which have running status, but haven't been updated for a long time 1395 1395 - `ENDLESS_TASK_TIMEOUT`: **3h**: Timeout to stop the tasks which have running status and continuous updates, but don't end for a long time 1396 1396 - `ABANDONED_JOB_TIMEOUT`: **24h**: Timeout to cancel the jobs which have waiting status, but haven't been picked by a runner for a long time