Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 1927:439711709d29
mod_auth_http_async: Wrap up async http request in a function
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Oct 2015 16:52:45 +0200 |
parents | 02390829df1a |
children | d15df55f0a63 |
line wrap: on
line source
local log = _G.log; module:add_timer(60-os.date("%S"), function () log("info", "-- MARK --"); return 60; end);