.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 17 Jan 2022 14:12:45 +0000
changeset 12198 9965d7d126c7
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_xep0227: Fix traceback during iteration of driver stores :include(other_set), :add(item)

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