mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Document the set_options stream handler command
This commit is contained in:
parent
e25fb19bab
commit
fad0ac8fb6
4 changed files with 32 additions and 1 deletions
|
@ -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)::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue