File

.busted @ 13228:616c578c644f

mod_storage_internal: Use integer option method for cache size Missed this one in previous sweep
author Kim Alvefur <zash@zash.se>
date Tue, 18 Jul 2023 12:36:47 +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";
  };
}