.busted
author Kim Alvefur <zash@zash.se>
Thu, 16 Dec 2021 12:16:08 +0100
changeset 12061 e880f5a13080
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.smqueue: Add missing method to Teal record spec

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