File

.busted @ 11987:4b519c575ad0

core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
author Kim Alvefur <zash@zash.se>
date Sun, 21 Nov 2021 18:13:21 +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";
  };
}