hammer v6.0.0 Release Notes

Release Date: 2018-10-13 // over 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change the ETS backend to throw an error if either expiry_ms or cleanup_interval_ms config values are missing. This should have been fixed ages ago.
    • Default :pool_max_overflow changed to 0. It's a better default, given that some users have seen weird errors when using a higher overflow. In general, capacity should be increased by using a higher :pool_size instead
    • ๐Ÿ”„ Changed how the ETS backend does cleanups of data, should be more performant.