By default, your instance of Dradis ships with two puma threads. Increasing the number of puma threads on your instance gives you more "web server" threads to serve more web requests per second. This can be especially helpful if you have a large team you want multiple workers available to serve incoming requests.
Before making these changes, be sure to take a snapshot and a backup of your Dradis instance.
export PUMA_WORKERS=4
$ god restart dradispro-puma
Reminder: local changes will be overwritten the next time you upgrade. If you make any local changes, make sure to re-apply them every time you upgrade Dradis.
Next help article: Increase the number of export worker processes →
Your email is kept private. We don't do the spam thing.