diff options
author | Thorben Günther <admin@xenrox.net> | 2024-10-21 22:31:50 +0200 |
---|---|---|
committer | Thorben Günther <admin@xenrox.net> | 2024-10-21 22:31:50 +0200 |
commit | c2f7aca9dadc3f39abc7d49939a8d49622abbe2a (patch) | |
tree | 2e62cfd80e38fa275e4acb74ec62aea7bd908ed9 /custom/conf/app.example.ini | |
parent | Merge pull request 'fix: make syncronize tags to database handle annoted tags... (diff) | |
download | forgejo-c2f7aca9dadc3f39abc7d49939a8d49622abbe2a.tar.xz forgejo-c2f7aca9dadc3f39abc7d49939a8d49622abbe2a.zip |
conf: Improve delete_old_actions description
This matches the text in the web interface.
The old description can be easily mistaken for handling "Forgejo Actions".
Diffstat (limited to 'custom/conf/app.example.ini')
-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 2eff51fe98..24a1ccc6f4 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2296,7 +2296,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Delete all old actions from database +;; Delete all old activities from database ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[cron.delete_old_actions] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |