GITLAB
carbon
/
travel-carbon-footprint.irap.omp.eu
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
10
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
932e1fa4589fe0fcc76c04120aab507d4efa23a9
Authored by
Antoine Goutenoir
2020-02-13 17:46:42 +0100
1 parent
3a898e67
Exists in
master
Bump timeouts.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
uwsgi.ini
Inline
Side-by-side
uwsgi.ini
Wrap text
Diff comments
View file @
932e1fa
...
...
@@ -2,4 +2,6 @@
2
2
module = flaskr.wsgi
3
3
callable = app
4
4
harakiri = 3600
5
+http-timeout = 300
6
+socket-timeout = 300
5
7
;check-static = flaskr
6
8
\ No newline at end of file
...
...