.busted
author Kim Alvefur <zash@zash.se>
Thu, 19 Jan 2023 21:40:09 +0100
branch0.12
changeset 12882 0d8bf401fa73
parent 9968 f299d4917dd8
permissions -rw-r--r--
core.sessionmanager: Mark session as destroyed to prevent reentry If it reaches this point, then the session will be most definitely be destroyed, so try to prevent destroy_session() from being called again.

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