File

.busted @ 13500:997d9ad12477 0.12

util.xtemplate: Fix error on applying each() to zero stanzas Backport of 1f93e4f78c53
author Kim Alvefur <zash@zash.se>
date Thu, 11 Jul 2024 15:24:19 +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";
  };
}