File

.busted @ 10292:8fb546e40756

mod_admin_telnet: Use new compact function for waiting on promises
author Kim Alvefur <zash@zash.se>
date Sun, 29 Sep 2019 18:44:58 +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";
  };
}