File

.busted @ 13473:9eb081616842

mod_admin_shell: Add connection created time This adds an output format option to show the time that the connection was created. Ref #1852
author aidan@jmad.org
date Wed, 03 Apr 2024 21:56:03 -0700
parent 9964:f299d4917dd8
line wrap: on
line source

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