File

.busted @ 13036:1612c7f7dd55

mod_admin_shell: More dynamic widths calculations
author Kim Alvefur <zash@zash.se>
date Fri, 07 Apr 2023 12:48:17 +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";
  };
}