.busted
author Kim Alvefur <zash@zash.se>
Sun, 18 Jul 2021 09:17:31 +0200
changeset 11709 7132acfd287e
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_s2s: Handle measurement where the local host is unknown This could happen with Dialback-only connections or others that were missing the stream 'to' attribute.

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