File

.busted @ 10490:c9cff02c0528

net.server_epoll: Remove unused function for adding timer at absolute time This won't make sense if we switch to monotonic time
author Kim Alvefur <zash@zash.se>
date Sun, 08 Dec 2019 13:40:42 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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