File

.busted @ 10080:39ca4202ae1e

net.server_epoll: Return listener error message
author Kim Alvefur <zash@zash.se>
date Sat, 25 May 2019 16:09:26 +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";
  };
}