File

.busted @ 10043:ce8e18f20693

core/sessionmanager: Remove unnecessary fallback in make_authenticated
author Maxime “pep” Buquet <pep@bouah.net>
date Sat, 01 Jun 2019 15:00:35 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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