Author: sebb
Date: Sun Feb  8 15:16:41 2026
New Revision: 1931761

Log:
Tweak

Modified:
   comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh

Modified: comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh
==============================================================================
--- comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh    Sun Feb 
 8 15:13:59 2026        (r1931760)
+++ comdev/reporter.apache.org/trunk/docker-config/start-reporter.sh    Sun Feb 
 8 15:16:41 2026        (r1931761)
@@ -5,4 +5,4 @@ rm -f /var/log/apache2/*.log
 apache2ctl start
 
 cd scripts
-exec gunicorn -b 127.0.0.1 -w 2 wsgi:app --capture-output  --access-logfile -  
--error-logfile -
\ No newline at end of file
+exec gunicorn -b 127.0.0.1 -w 1 --timeout 120 wsgi:app --capture-output  
--access-logfile -  --error-logfile -
\ No newline at end of file

Reply via email to