File

.busted @ 13567:515ac7e8ae6d

util.datamanager: fix duplicated word in log message
author Jonas Schäfer <jonas@wielicki.name>
date Sat, 16 Nov 2024 09:20:29 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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