File

.busted @ 12194:9965d7d126c7

mod_storage_xep0227: Fix traceback during iteration of driver stores :include(other_set), :add(item)
author Matthew Wild <mwild1@gmail.com>
date Mon, 17 Jan 2022 14:12:45 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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