File

.busted @ 10958:25680ece29c2

net.dns: Increase backoff delays Not entirely happy with the overall logic here.
author Matthew Wild <mwild1@gmail.com>
date Thu, 25 Jun 2020 15:31: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";
  };
}