mod_cron: Make task frequencies configurable in overly generic manner

Requested feature for many modules, notably MAM and file sharing.
This commit is contained in:
Kim Alvefur 2023-10-22 18:58:02 +02:00
parent 76bf26057e
commit 7b882e4405
3 changed files with 10 additions and 10 deletions

View file

@ -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