mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-31 13:58:50 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/91
Author: @mprasil
Created: 7/18/2018
Status: ✅ Merged
Merged: 7/18/2018
Merged by: @dani-garcia
Base:
master← Head:worker_threads📝 Commits (1)
06f7bd7Change number of workers in image, document the setting (fixes #90)📊 Changes
2 files changed (+16 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
README.md(+15 -0)📄 Description
This is setting the number of workers to 10. The issue with the default behavior was that on some systems with low number of cores this leads to very low number of workers (
2 * $cpu_cores_number) and poor performance. Especially on cloud instances, that often have just one core.The default is set somewhat conservatively to 10 as most browsers won't create more than ~8 simultaneous connections to the same domain anyway. The documentation was added to let users know, they can increase this number in case they have large number of users where 10 workers might not be enough.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.