File

.busted @ 10843:8fcd46ee9bf5 0.11

mod_storage_internal: Fix error in time limited queries on items without 'when' field, fixes #1557
author Kim Alvefur <zash@zash.se>
date Fri, 15 May 2020 21:22:35 +0200
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

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