Software /
code /
prosody-modules
Changeset
2220:7f955f92bbbb
mod_host_status_heartbeat: Remove FIXME comment from testing
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 29 Jun 2016 16:03:01 +0100 |
parents | 2219:5fcf9d558250 |
children | 2221:3d80f8dba886 |
files | mod_host_status_heartbeat/mod_host_status_heartbeat.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_host_status_heartbeat/mod_host_status_heartbeat.lua Tue Jun 28 22:33:13 2016 +0100 +++ b/mod_host_status_heartbeat/mod_host_status_heartbeat.lua Wed Jun 29 16:03:01 2016 +0100 @@ -24,5 +24,4 @@ local send_heartbeat = assert(heartbeat_methods[heartbeat_mode], "Unknown heartbeat_mode: "..heartbeat_mode); ---FIXME: Commented for testing!!! :) module:add_timer(0, send_heartbeat);