File

.busted @ 11225:8c17c08d100e

net.http.errors: Add error class for DNS resolution failures (thanks SouL)
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 Dec 2020 10:15:30 +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";
  };
}