.busted
author Kim Alvefur <zash@zash.se>
Sat, 17 Jul 2021 14:06:57 +0200
changeset 11704 79d30de13fdb
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.server_epoll: Reduce timer churn during TLS handshake Instead of removing and readding the timer, keep it and adjust it instead. Should reduce garbage production a bit.

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