File

.busted @ 10926:c55bd98a54f8

mod_storage_internal, mod_storage_memory: Add support for query.before Previously returned all results.
author Matthew Wild <mwild1@gmail.com>
date Fri, 12 Jun 2020 16:55:35 +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";
  };
}