loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sync up deleted branches & action assets related cleanup documentation (#31022)

Syncs up docs associated to actions and deleted branch cleanup i.e. in
custom/app.example.ini and the config cheat sheet.

(cherry picked from commit c9eac519961ecd5d0e1d6ee856ab532e8c16c65d)

Conflicts:
docs/content/administration/config-cheat-sheet.en-us.md
docs do not exist here in Forgejo

authored by

Kemal Zebari and committed by
Earl Warren
d6e454c3 2717d7bd

+11
+11
custom/conf/app.example.ini
··· 2048 2048 2049 2049 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2050 2050 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2051 + ;; Cleanup expired actions assets 2052 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2053 + ;[cron.cleanup_actions] 2054 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2055 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2056 + ;ENABLED = true 2057 + ;RUN_AT_START = true 2058 + ;SCHEDULE = @midnight 2059 + 2060 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2061 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2051 2062 ;; Clean-up deleted branches 2052 2063 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2053 2064 ;[cron.deleted_branches_cleanup]