.busted
author Kim Alvefur <zash@zash.se>
Sat, 17 Jul 2021 14:51:50 +0200
changeset 11705 a3572205c5bf
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.server_epoll: Skip reset of read timeout when not reading Should avoid rare but needless timer interactions

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