sh-dv / hat.sh

Encrypt and Decrypt files securely in your browser.
https://hat.sh
MIT License
2.13k stars 251 forks source link

How to reduce worker processes #104

Open Sommerwiesel opened 4 months ago

Sommerwiesel commented 4 months ago

I currently self-host hat.sh via docker on my server and want it not to spawn a worker process for every thread of my host CPU (32) because that would be overkill. How can I reduce the number of worker processes?