File

.busted @ 12536:a8cb1d7a98db

mod_admin_shell: Document the 'watch' section in the built-in help
author Kim Alvefur <zash@zash.se>
date Mon, 30 May 2022 14:54:10 +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";
  };
}