File

.busted @ 12463:788048158982

mod_debug_stanzas/watcher: New module library to dynamically 'watch' for stanzas
author Matthew Wild <mwild1@gmail.com>
date Wed, 23 Mar 2022 13:42:44 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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