File

.busted @ 11127:1d9cd1abc660

util.xml: Fix float formatting of line and columns in error (on Lua 5.3+)
author Kim Alvefur <zash@zash.se>
date Sat, 03 Oct 2020 16:22:56 +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";
  };
}