File

.busted @ 11220:9b25eecde9e6

net.http: track time of request for debug/stats purposes
author Matthew Wild <mwild1@gmail.com>
date Wed, 09 Dec 2020 13:54:21 +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";
  };
}