.busted
author Kim Alvefur <zash@zash.se>
Sun, 26 Dec 2021 16:26:36 +0100
changeset 12126 50795249b7be
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Print s2s related events while waiting for ping Gives a better idea of what's taking time.

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