github webp-sh/webp_server_go 0.12.0
WebP Server Go 0.12.0

latest releases: 0.13.7, 0.13.6, 0.13.5...
14 months ago

What's Changed

  • Added MAX_CACHE_SIZE config by @n0vad3v in #344, which will solve the following issues:
  • Bugfix: CACHE_TTL should be WEBP_CACHE_TTL in environment variable.

About MAX_CACHE_SIZE

MAX_CACHE_SIZE is set in number, with unit of MiB, the default value is 0, which will remain current setup, if this value is set, for example 50, then a background task will run alongside with WebP Server Go once per minute, that task will ensure the following directories will be below 50MiB, seperately.

  • ./metadata
  • ./exhaust
  • ./remote-raw

If any of the above directories' size goes above setting value, the oldest file will be deleted to make space.

Note, this will keep the above directories' size seperately, so there can be the following situation with total size of 101MiB.

  • ./metadata (4MiB)
  • ./exhaust (48MiB)
  • ./remote-raw (49MiB)

New Contributors

Full Changelog: 0.11.3...0.12.0

Don't miss a new webp_server_go release

NewReleases is sending notifications on new releases.