File

.busted @ 10279:0e1701197722

net.server_epoll: Make log tag accessible as a field To allow referencing connections by id instead of tostring form
author Kim Alvefur <zash@zash.se>
date Sun, 29 Sep 2019 15:00:28 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}