diff options
Diffstat (limited to 'docs/paste-httpserver-threadpool.txt')
| -rw-r--r-- | docs/paste-httpserver-threadpool.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/paste-httpserver-threadpool.txt b/docs/paste-httpserver-threadpool.txt index fa1ca55..afd1469 100644 --- a/docs/paste-httpserver-threadpool.txt +++ b/docs/paste-httpserver-threadpool.txt @@ -134,3 +134,10 @@ This does open up privacy problems, as it gives you access to all the request data in the site, including cookies, IP addresses, etc. It shouldn't be left on in a public setting. +socket_timeout +-------------- + +The HTTP server (not the thread pool) also accepts an argument +``socket_timeout``. It is turned off by default. You might find it +helpful to turn it on. + |
