diff options
author | Kim Alvefur <zash@zash.se> | 2023-10-22 18:58:02 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-10-22 18:58:02 +0200 |
commit | 7b882e440590cd8a93b34ee00809ab742fc0c60d (patch) | |
tree | ae41a7cc883ba32fdc9f85dd7fefa05053f39530 /CHANGES | |
parent | 76bf26057e3bf6fe5620114bc438512bba9e9afe (diff) | |
download | prosody-7b882e440590cd8a93b34ee00809ab742fc0c60d.tar.gz prosody-7b882e440590cd8a93b34ee00809ab742fc0c60d.zip |
mod_cron: Make task frequencies configurable in overly generic manner
Requested feature for many modules, notably MAM and file sharing.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ TRUNK - Moved all modules into the Lua namespace `prosody.` - Forwarded header from RFC 7239 supported, disabled by default - mod_http_file_share now uses roles framework, affecting access from e.g. components +- Intervals of mod_cron managed periodic jobs made configurable ## Removed |