File

.busted @ 13208:a7c6ea1c5308

core.moduleapi: Accept boolean false to disable period setting
author Kim Alvefur <zash@zash.se>
date Sun, 16 Jul 2023 21:04:42 +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";
  };
}