File

.busted @ 12038:4e54334febc1

mod_smacks: Include reason for destroying session on hibernation timeout To aid in debugging
author Kim Alvefur <zash@zash.se>
date Sun, 12 Dec 2021 18:38:40 +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";
  };
}