File

.busted @ 10416:6af8c812a885

net.server_epoll: Clarify a debug message Writing what? The data that's been buffered for writing
author Kim Alvefur <zash@zash.se>
date Sat, 19 Oct 2019 20:10:14 +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";
  };
}