File

.busted @ 10700:3fce670e0733 0.11

mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505)
author Kim Alvefur <zash@zash.se>
date Sun, 22 Mar 2020 21:05:59 +0100
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";
  };
}