Browse Source

Update Websocket handler docs default timeout

This was changed from infinity to 60s in
a45813c60f0f983a24ea29d491b37f0590fdd087
Gary Rennie 8 years ago
parent
commit
73b4eb94ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/guide/ws_handlers.asciidoc

+ 1 - 1
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
 This value cannot be changed once it is set. It defaults to
-`infinity`.
+`60000`.
 
 
 // @todo Perhaps the default should be changed.
 // @todo Perhaps the default should be changed.