File

.busted @ 10073:9137c9ce8b52

mod_mam: Use stanza id in log message as fallback if no query id
author Kim Alvefur <zash@zash.se>
date Thu, 11 Jul 2019 23:26:02 +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";
  };
}