.busted
author Kim Alvefur <zash@zash.se>
Sun, 08 May 2022 15:21:35 +0200
changeset 12502 c3e47a5dd30d
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.async: Add Teal description file

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