File

.busted @ 13691:8c0db1524dd9

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 13 Feb 2025 18:01:43 +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";
  };
}