File

.busted @ 10065:b399dca1273c

net.http.files: Fix cache handling Typo that broke the LRU-ness of the caching
author Kim Alvefur <zash@zash.se>
date Sat, 29 Jun 2019 19:19:38 +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";
  };
}