.busted
author Kim Alvefur <zash@zash.se>
Wed, 07 Jun 2023 05:07:03 +0200
changeset 13188 d16845afb3e2
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.pposix: Add remove_blocks() for deleting parts of files Allows implementing e.g. a FIFO Will probably only work on some Linux file systems like ext4.

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