File

.busted @ 10949:8b5b35baf370

util.ringbuffer: Add test for :discard()
author Matthew Wild <mwild1@gmail.com>
date Tue, 23 Jun 2020 16:50:26 +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";
  };
}