File

.busted @ 12075:9f4d88f54a54

mod_smacks: Avoid log noise when a non-smacks session is closed
author Kim Alvefur <zash@zash.se>
date Sun, 19 Dec 2021 14:59:27 +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";
  };
}