File

.busted @ 11149:28add4b22a74

util.startup: Retrieve less data for function string representation debug.getinfo(f) collects more info than what is needed here.
author Kim Alvefur <zash@zash.se>
date Fri, 09 Oct 2020 17:34:04 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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