.busted
author Kim Alvefur <zash@zash.se>
Sun, 28 Mar 2021 13:15:11 +0200
changeset 11495 c3fb802f9e45
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_http_file_share: Report number of items in caches to statsmanager This is neat, O(1) reporting, why don't we do this everywhere? Gives you an idea of how much stuff is in the caches, which may help inform decisions on whether the size is appropriate.

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