aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_http.asciidoc2
-rw-r--r--doc/src/manual/cowboy_http2.asciidoc2
-rw-r--r--doc/src/manual/cowboy_websocket.asciidoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/manual/cowboy_http.asciidoc b/doc/src/manual/cowboy_http.asciidoc
index 31e2d37..ccddc55 100644
--- a/doc/src/manual/cowboy_http.asciidoc
+++ b/doc/src/manual/cowboy_http.asciidoc
@@ -76,7 +76,7 @@ connection_type (supervisor)::
Whether the connection process also acts as a supervisor.
-dynamic_buffer ({8192, 131072})::
+dynamic_buffer ({1024, 131072})::
Cowboy will dynamically change the socket's `buffer` size
depending on the size of the data it receives from the socket.
diff --git a/doc/src/manual/cowboy_http2.asciidoc b/doc/src/manual/cowboy_http2.asciidoc
index a5fcd0b..be48502 100644
--- a/doc/src/manual/cowboy_http2.asciidoc
+++ b/doc/src/manual/cowboy_http2.asciidoc
@@ -92,7 +92,7 @@ The connection window will only get updated when its size
becomes lower than this threshold, in bytes. This is to
avoid sending too many `WINDOW_UPDATE` frames.
-dynamic_buffer ({8192, 131072})::
+dynamic_buffer ({1024, 131072})::
Cowboy will dynamically change the socket's `buffer` size
depending on the size of the data it receives from the socket.
diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc
index d5db82f..319dbae 100644
--- a/doc/src/manual/cowboy_websocket.asciidoc
+++ b/doc/src/manual/cowboy_websocket.asciidoc
@@ -249,7 +249,7 @@ options and the zlib compression options. The
defaults optimize the compression at the expense
of some memory and CPU.
-dynamic_buffer ({8192, 131072})::
+dynamic_buffer ({1024, 131072})::
Cowboy will dynamically change the socket's `buffer` size
depending on the size of the data it receives from the socket.