.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 01 Mar 2024 17:22:29 +0000
changeset 13453 9912baa541c0
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.bit53: Add bnot() method

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