.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 12:08:37 +0000
changeset 13433 6cdc6923d65a
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.strbitop: Add common_prefix_bits() method This returns the number of bits that two strings have in common. It is significantly more efficient than similar calculations in Lua.

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