summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawouach <sh@defuze.org>2014-05-06 21:38:52 +0200
committerLawouach <sh@defuze.org>2014-05-06 21:38:52 +0200
commite91a3d3d71709c2f5c585d9a5f68738a217a7b9f (patch)
treee36a9d5ae8a80c044aded1fb58d19dbd10d06b83
parent7f5f65e3a23d83d77a97f8702fdcc5cf45d54903 (diff)
downloadcherrypy-e91a3d3d71709c2f5c585d9a5f68738a217a7b9f.tar.gz
documenting the default response timeout. Fix #1312
-rw-r--r--sphinx/source/advanced.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/source/advanced.rst b/sphinx/source/advanced.rst
index 413b617a..042f2669 100644
--- a/sphinx/source/advanced.rst
+++ b/sphinx/source/advanced.rst
@@ -64,6 +64,9 @@ You are free to do the same within your own code.
Rather than calculate the difference by hand, you can call
``response.check_timeout`` to set ``timed_out`` for you.
+.. note::
+
+ The default response timeout is 300 seconds.
.. _timeoutmonitor: