diff options
| author | ianb <devnull@localhost> | 2007-03-12 21:52:55 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-03-12 21:52:55 +0000 |
| commit | f29590d38bbc753e9352e90defc9ab5465162441 (patch) | |
| tree | 6a0827149a90f5cd83be6d35e79b5f6114bf99dd /docs/paste-httpserver-threadpool.txt | |
| parent | 2ca7dbb67646f74b2d52777436d89226b80c74dc (diff) | |
| download | paste-f29590d38bbc753e9352e90defc9ab5465162441.tar.gz | |
Note socket_timeout
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. + |
