@@ -6,6 +6,10 @@ processes = 5
http-socket = :5000
plugin = psgi
socket = tcms.sock
+thunder-lock = 1
+
+# Speed up reloads, don't run 2 instances or you'll die
+reuse-port = 1
# Reporting
memory-report = 1
@@ -1,2 +1,2 @@
#!/bin/bash
-uwsgi --ini config/tcms.ini --perl-auto-reload=1
+uwsgi --ini config/tcms.ini