diff --git a/CHANGELOG b/CHANGELOG index a33000d99580862e54ffa6a6da1531eb35291c50..b611a7edfcf101326553763df9538d37cb7cc65e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ smasch (1.0.1-1) stable; urgency=low + * bug fix: gunicorn request length extended so dynamic table allows for more + columns (#381) * bug fix: unfinish visit button was always disabled (#386) * bug fix: generating documents for templates did not work for subjects created before custom field was added to the study (#388) diff --git a/debian-files/smasch.service b/debian-files/smasch.service index 03183749e4330c1d69b7517116f558278df61d09..20e9c9e58024619f4a98646e03054e7c4b3cb023 100644 --- a/debian-files/smasch.service +++ b/debian-files/smasch.service @@ -8,7 +8,7 @@ User=smasch Group=smasch WorkingDirectory=/usr/lib/smasch -ExecStart=/usr/lib/smasch/env/bin/gunicorn -b :8888 --pid /run/smasch/pid smash.wsgi --error-logfile /var/log/smasch/gunicorn.log --log-level DEBUG --capture-output --limit-request-line 8192 +ExecStart=/usr/lib/smasch/env/bin/gunicorn -b :8888 --pid /run/smasch/pid smash.wsgi --error-logfile /var/log/smasch/gunicorn.log --log-level DEBUG --capture-output --limit-request-line 16384 ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID PrivateTmp=true