view .busted @ 14190:9b0a65e64697 13.0

util.timer: Reprioritize timers by absolute time
author Waqas Hussain <waqas20@gmail.com>
date Tue, 26 May 2026 01:31:31 -0400
parents f299d4917dd8
children
line wrap: on
line source

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