By default, your instance of Dradis ships with two unicorn threads. Increasing the number of unicorn 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.
export UNICORN_WORKERS=4
$ god restart dradispro-unicorn
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 →