File

.busted @ 10632:c9de8275aaf2

mod_s2s: Comment on the various 'reason' arguments passed to :close
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jan 2020 19:52:48 +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";
  };
}