File

.busted @ 10953:c3b3ac63f4c3

util.ringbuffer: Ensure unsigned chars are always returned from :byte()
author Matthew Wild <mwild1@gmail.com>
date Wed, 24 Jun 2020 12:34:20 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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