Skip to content
Snippets Groups Projects
Commit 153434f9 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch...

Merge branch '381-allow-for-longer-url-in-gunicorn-so-subjects-are-fetched-properly-in-subject-list-view' into 'devel_1.0.x'

Resolve "allow for longer url in gunicorn so subjects are fetched properly in subject list view"

See merge request NCER-PD/scheduling-system!311
parents 72503e4e 44ce7212
No related branches found
No related tags found
3 merge requests!316Merge 1.0.1,!3151.0.1 into master,!311Resolve "allow for longer url in gunicorn so subjects are fetched properly in subject list view"
Pipeline #38448 passed
smasch (1.0.1-1) stable; urgency=low 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: unfinish visit button was always disabled (#386)
* bug fix: generating documents for templates did not work for subjects * bug fix: generating documents for templates did not work for subjects
created before custom field was added to the study (#388) created before custom field was added to the study (#388)
......
...@@ -8,7 +8,7 @@ User=smasch ...@@ -8,7 +8,7 @@ User=smasch
Group=smasch Group=smasch
WorkingDirectory=/usr/lib/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 ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true PrivateTmp=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment