File

.busted @ 10826:4f7226d5ee30

mod_csi_simple: Forget queue counter when disabling optimizations Otherwise it might not start from zero when enabled again.
author Kim Alvefur <zash@zash.se>
date Sat, 09 May 2020 17:05:46 +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";
  };
}