File

.busted @ 11102:5a0ff475ecfd

util.error: Drop registry initialization with namespace as key Enough complexity with compact vs normal and with/without namespace
author Kim Alvefur <zash@zash.se>
date Mon, 28 Sep 2020 23:48:02 +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";
  };
}