File

.busted @ 13031:1023c3faffac

util.human.io: Fix pattern to support fractional proportions
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Apr 2023 15:03:45 +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";
  };
}