File

.busted @ 10900:9e6d979dd603

util.adminstream: Set a read timeout handler So that net.server doesn't close the connection on inactivity.
author Kim Alvefur <zash@zash.se>
date Thu, 04 Jun 2020 16:17:14 +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";
  };
}