File

.busted @ 11208:96429946a742

util.hashring: Normalize indentation to tabs
author Kim Alvefur <zash@zash.se>
date Sun, 15 Nov 2020 14:48:59 +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";
  };
}