Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
3pia
VISPA
VISPA web
Commits
e5426a8e
Commit
e5426a8e
authored
May 09, 2018
by
Benjamin Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cherrypy] disabled timeout mechanism
see:
https://github.com/cherrypy/cherrypy/issues/1625
parent
81fdf9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vispa/server.py
vispa/server.py
+2
-1
No files found.
vispa/server.py
View file @
e5426a8e
...
...
@@ -145,7 +145,8 @@ class Server(object):
'server.socket_queue_size'
:
10
,
'server.request_queue_size'
:
10
,
'server.thread_pool'
:
10
,
'engine.autoreload.on'
:
False
'engine.autoreload.on'
:
False
,
'engine.timeout_monitor.on'
:
False
,
}
@
property
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment