File

.busted @ 10310:b03065cd033a

mod_admin_telnet: xmpp:ping: Log ping time
author Kim Alvefur <zash@zash.se>
date Sun, 06 Oct 2019 19:35:35 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}