aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-10-22 18:58:02 +0200
committerKim Alvefur <zash@zash.se>2023-10-22 18:58:02 +0200
commit7b882e440590cd8a93b34ee00809ab742fc0c60d (patch)
treeae41a7cc883ba32fdc9f85dd7fefa05053f39530 /CHANGES
parent76bf26057e3bf6fe5620114bc438512bba9e9afe (diff)
downloadprosody-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--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1bbb29de..2c55ec76 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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