Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
a33d5c63
Commit
a33d5c63
authored
4 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
increase request length
parent
4e2b9419
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!316
Merge 1.0.1
,
!315
1.0.1 into master
,
!311
Resolve "allow for longer url in gunicorn so subjects are fetched properly in subject list view"
Pipeline
#38410
passed
4 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
debian-files/smasch.service
+1
-1
1 addition, 1 deletion
debian-files/smasch.service
with
4 additions
and
1 deletion
CHANGELOG
+
3
−
0
View file @
a33d5c63
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
...
...
This diff is collapsed.
Click to expand it.
debian-files/smasch.service
+
1
−
1
View file @
a33d5c63
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment