diff options
Diffstat (limited to 'custom/conf')
-rw-r--r-- | custom/conf/app.example.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 35f1bfaeab..e8b02bdae3 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1145,6 +1145,14 @@ RUN_AT_START = false NO_SUCCESS_NOTICE = false SCHEDULE = @every 72h +; Delete all old actions from database +[cron.delete_old_actions] +ENABLED = false +RUN_AT_START = false +NO_SUCCESS_NOTICE = false +SCHEDULE = @every 168h +OLDER_THAN = 8760h + [git] ; The path of git executable. If empty, Gitea searches through the PATH environment. PATH = |