File

.busted @ 10847:42c8dce6e765

net.server_epoll: Fix typo in internal method name
author Kim Alvefur <zash@zash.se>
date Fri, 22 May 2020 15:36:03 +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";
  };
}