From fad0ac8fb68833e8b7b0895eb1b96bb068961917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 7 Oct 2019 12:04:39 +0200 Subject: Document the set_options stream handler command --- doc/src/manual/cowboy_websocket.asciidoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/src/manual/cowboy_websocket.asciidoc') diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc index 3a2264b..440a0e8 100644 --- a/doc/src/manual/cowboy_websocket.asciidoc +++ b/doc/src/manual/cowboy_websocket.asciidoc @@ -232,6 +232,9 @@ idle_timeout (60000):: Time in milliseconds that Cowboy will keep the connection open without receiving anything from the client. ++ +This option can be updated at any time using the +`set_options` command. max_frame_size (infinity):: -- cgit v1.2.3