aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Rennie <[email protected]>2017-04-06 10:35:58 +0100
committerLoïc Hoguin <[email protected]>2017-04-18 17:51:21 +0200
commit73b4eb94ff8c5bf98b3e2faae22ee207c234bb38 (patch)
tree807d79e4926717adb13fd0e054d6032a5ddaf48a
parentb403f26da6bef8ff41855fa499c75f42b02ecb69 (diff)
downloadcowboy-73b4eb94ff8c5bf98b3e2faae22ee207c234bb38.tar.gz
cowboy-73b4eb94ff8c5bf98b3e2faae22ee207c234bb38.tar.bz2
cowboy-73b4eb94ff8c5bf98b3e2faae22ee207c234bb38.zip
Update Websocket handler docs default timeout
This was changed from infinity to 60s in a45813c60f0f983a24ea29d491b37f0590fdd087
-rw-r--r--doc/src/guide/ws_handlers.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/ws_handlers.asciidoc b/doc/src/guide/ws_handlers.asciidoc
index 2c38b87..61a523b 100644
--- a/doc/src/guide/ws_handlers.asciidoc
+++ b/doc/src/guide/ws_handlers.asciidoc
@@ -220,7 +220,7 @@ init(Req, State) ->
----
This value cannot be changed once it is set. It defaults to
-`infinity`.
+`60000`.
// @todo Perhaps the default should be changed.