.busted
author Kim Alvefur <zash@zash.se>
Wed, 28 Feb 2024 22:24:09 +0100
changeset 13451 5c9df28a57bb
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.server_epoll: Log failure to hook signals To make any such failures noticeable

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