File

.busted @ 10429:0b04d25c4ffb

mod_csi: Cache CSI module availability to improve readabilty
author Kim Alvefur <zash@zash.se>
date Sat, 23 Nov 2019 17:15:34 +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";
  };
}