File

.busted @ 9486:20aad0108999

util.serialization: Remove encoding of very large or very small numbers in scientific notation Also difficult to describe this option, easier to remove it. %.18g covers a very large range of numbers
author Kim Alvefur <zash@zash.se>
date Fri, 12 Oct 2018 00:15:08 +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";
  };
}