mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.