summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
authorKeith Gaughan <k@stereochro.me>2013-05-23 21:25:42 +0100
committerKeith Gaughan <k@stereochro.me>2013-05-23 21:25:42 +0100
commitd4c6e186b05494549498ec6f4730a51722fb88ff (patch)
tree495c0363a389c43be26625ad17a0ad42b3229cfb /docs/arguments.rst
parent6d7a0f0edbb0df32cd03e664eca2ae8f92106fec (diff)
downloadwaitress-d4c6e186b05494549498ec6f4730a51722fb88ff.tar.gz
autopep8 runthrough and janitorial changes.
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index cdb7c70..a10285b 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -58,7 +58,7 @@ send_bytes
outbuf_overflow
A tempfile should be created if the pending output is larger than
outbuf_overflow, which is measured in bytes. The default is 1MB
- (``104856``). This is conservative.
+ (``1048576``). This is conservative.
inbuf_overflow
A tempfile should be created if the pending input is larger than
@@ -86,7 +86,7 @@ channel_timeout
``120``. "Inactive" is defined as "has received no data from a client
and has sent no data to a client".
-log_socket_errors
+log_socket_errors
Boolean: turn off to not log premature client disconnect tracebacks.
Default: ``True``.
@@ -105,4 +105,3 @@ expose_tracebacks
asyncore_loop_timeout
The ``timeout`` value (seconds) passed to ``asyncore.loop`` to run the
mainloop. Default: 1. (New in 0.8.3.)
-