.busted
author Kim Alvefur <zash@zash.se>
Fri, 23 Feb 2024 16:38:05 +0100
changeset 13439 b64064e4400b
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.strbitop: Add common_prefix_bits() to Teal interface description

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