.busted
author Kim Alvefur <zash@zash.se>
Sat, 20 Nov 2021 23:54:43 +0100
changeset 11932 16cf863b36c0
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_csi_simple: Skip initiating flush in all but inactive state Both in the flushing and active states the right thing to do is skip directly to returning the data. Also in any unknown state, like if the filter is somehow left behind on module unload.

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