Diff

CHANGES @ 13284:ffd3dadf6247

mod_cron: Make task frequencies configurable in overly generic manner Requested feature for many modules, notably MAM and file sharing.
author Kim Alvefur <zash@zash.se>
date Sun, 22 Oct 2023 18:58:02 +0200
parent 13282:2a65fc6da156
child 13297:7264c4d16072
line wrap: on
line diff
--- a/CHANGES	Sun Oct 22 18:57:28 2023 +0200
+++ b/CHANGES	Sun Oct 22 18:58:02 2023 +0200
@@ -53,6 +53,7 @@
 - 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