Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 6512:f6c83a8425f2
mod_storage_xmlarchive: Set explicit values for stream parser
Wouldn't count on this defaulting to 1MB forever, the default s2s limit
seems more sane.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 07 Apr 2026 21:09:00 +0200 |
| parents | 7be158b3376f |
| children |
line wrap: on
line source
module:set_global(); local log = _G.log; module:add_timer(60-os.date("%S"), function (now) log("info", "-- MARK --"); return 90 - ((now + 30) % 60); end);
