github Freika/dawarich 0.16.8

pre-release2 days ago

Changed

  • Default number of Puma workers is now 2 instead of 1. This should improve the performance of the application. If you have a lot of users, you might want to increase the number of workers. You can do this by setting the WEB_CONCURRENCY env var in your docker-compose.yml file. Example:
  dawarich_app:
    image: freikin/dawarich:latest
    container_name: dawarich_app
    environment:
      ...
      WEB_CONCURRENCY: "2"

💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙

What's Changed

  • Change default number of Puma workers to 2 by @Freika in #423

Full Changelog: 0.16.7...0.16.8

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.