File

.busted @ 13008:7b952553bd60

sessionmanager: Preserve 'since' property of original session after resumption
author Matthew Wild <mwild1@gmail.com>
date Wed, 29 Mar 2023 13:01:53 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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