summaryrefslogtreecommitdiff
path: root/docs/paste-httpserver-threadpool.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-03-12 21:52:55 +0000
committerianb <devnull@localhost>2007-03-12 21:52:55 +0000
commitf29590d38bbc753e9352e90defc9ab5465162441 (patch)
tree6a0827149a90f5cd83be6d35e79b5f6114bf99dd /docs/paste-httpserver-threadpool.txt
parent2ca7dbb67646f74b2d52777436d89226b80c74dc (diff)
downloadpaste-f29590d38bbc753e9352e90defc9ab5465162441.tar.gz
Note socket_timeout
Diffstat (limited to 'docs/paste-httpserver-threadpool.txt')
-rw-r--r--docs/paste-httpserver-threadpool.txt7
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.
+