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

increase request length

parent 4e2b9419
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 #38410 passed
smasch (1.0.1-1) stable; urgency=low
* bug fix: gunicorn request length extended so dynamic table allows for more
columns (#381)
-- Piotr Gawron <piotr.gawron@uni.lu> Mon, 15 Mar 2021 14:00:00 +0200
smasch (1.0.0-1) stable; urgency=low
......
......@@ -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
......
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