diff options
| author | Tres Seaver <tseaver@palladion.com> | 2014-03-10 11:24:39 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2014-03-10 11:24:39 -0400 |
| commit | 78417e17ee193befba1b1bc2c5b4b1a1629d8320 (patch) | |
| tree | be95173fd29f90a59e8cfe36fe47bd1ae0951182 /docs | |
| parent | 7b2ff7fed602a4dc00d1a64e617deb7a1ce529bb (diff) | |
| parent | 169558586d477f6f22402300422b90b5334b3654 (diff) | |
| download | waitress-78417e17ee193befba1b1bc2c5b4b1a1629d8320.tar.gz | |
Merge from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/runner.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index fa9f9a7..1df17f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ copyright = '2012, Agendaless Consulting <chrism@plope.com>' # other places throughout the built documents. # # The short X.Y version. -version = '0.8.7' +version = '0.8.8' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/runner.rst b/docs/runner.rst index 3fb3814..9799a17 100644 --- a/docs/runner.rst +++ b/docs/runner.rst @@ -121,7 +121,7 @@ Tuning options: Number of bytes to request when calling ``socket.recv()``. Default is 8192. -``--send-bytes=INT``` +``--send-bytes=INT`` Number of bytes to send to socket.send(). Default is 18000. Multiples of 9000 should avoid partly-filled TCP packets. |
