.busted
author Kim Alvefur <zash@zash.se>
Fri, 30 Jun 2023 18:51:03 +0200
changeset 13177 4906d4990ffe
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.serialization: Teach Teal about the new "pretty" preset

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