From 73b4eb94ff8c5bf98b3e2faae22ee207c234bb38 Mon Sep 17 00:00:00 2001 From: Gary Rennie Date: Thu, 6 Apr 2017 10:35:58 +0100 Subject: Update Websocket handler docs default timeout This was changed from infinity to 60s in a45813c60f0f983a24ea29d491b37f0590fdd087 --- doc/src/guide/ws_handlers.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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. -- cgit v1.2.3