summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/ws_handlers.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-18 19:52:53 +0200
committerLoïc Hoguin <[email protected]>2017-04-18 19:52:53 +0200
commitfe7e6a41a50b5f191b98c1bcdc99d8297f099673 (patch)
tree0a993c321cf774d3d39cfc3de9c7327f93d69f1f /docs/en/cowboy/2.0/guide/ws_handlers.asciidoc
parent57c49b57f379946aad5fa947d79a02936915b892 (diff)
downloadninenines.eu-fe7e6a41a50b5f191b98c1bcdc99d8297f099673.tar.gz
ninenines.eu-fe7e6a41a50b5f191b98c1bcdc99d8297f099673.tar.bz2
ninenines.eu-fe7e6a41a50b5f191b98c1bcdc99d8297f099673.zip
Update docs
Diffstat (limited to 'docs/en/cowboy/2.0/guide/ws_handlers.asciidoc')
-rw-r--r--docs/en/cowboy/2.0/guide/ws_handlers.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.0/guide/ws_handlers.asciidoc b/docs/en/cowboy/2.0/guide/ws_handlers.asciidoc
index 2c38b87b..61a523b0 100644
--- a/docs/en/cowboy/2.0/guide/ws_handlers.asciidoc
+++ b/docs/en/cowboy/2.0/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.