File

.busted @ 13761:8f516d20d288 13.0

mod_storage_internal: Use UUIDv7 for message ids This matches what we use for SQL already, so provides some consistency. Client developers prefer sortable ids.
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 Mar 2025 11:54:52 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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