File

.busted @ 13240:a378937103cb

util.sql: Remove unused String() and Integer() functions According to MattJ, leftovers from an earlier vision for util.sql
author Kim Alvefur <zash@zash.se>
date Sat, 22 Jul 2023 14:55:27 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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