0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update Websocket handler docs default timeout

This was changed from infinity to 60s in
a45813c60f
This commit is contained in:
Gary Rennie 2017-04-06 10:35:58 +01:00 committed by Loïc Hoguin
parent b403f26da6
commit 73b4eb94ff
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -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.