File

.busted @ 10475:fa0cad7c89e3

mod_net_multiplex: Remove debug message This was something I added during development and set to info level for visibility.
author Kim Alvefur <zash@zash.se>
date Sun, 01 Dec 2019 02:04:24 +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";
  };
}