File

.busted @ 11689:f9f6e82fb572

net.server_epoll: Add setting for disabling the Nagle algorithm Nagle increases latency and is the bane of all networking!
author Kim Alvefur <zash@zash.se>
date Wed, 14 Jul 2021 22:27:12 +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";
  };
}