File

.busted @ 12961:1cbfa843f8c3

mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)
author Matthew Wild <mwild1@gmail.com>
date Wed, 22 Mar 2023 16:44:47 +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";
  };
}