Skip to content

Commit

Permalink
[doc] Remove clientMaxWindowBits option from README example (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
techsin authored and lpinca committed Oct 7, 2018
1 parent b9ce38d commit 9022a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -112,7 +112,6 @@ const wss = new WebSocket.Server({
// Other options settable:
clientNoContextTakeover: true, // Defaults to negotiated value.
serverNoContextTakeover: true, // Defaults to negotiated value.
clientMaxWindowBits: 10, // Defaults to negotiated value.
serverMaxWindowBits: 10, // Defaults to negotiated value.
// Below options specified as default values.
concurrencyLimit: 10, // Limits zlib concurrency for perf.
Expand Down

0 comments on commit 9022a0d

Please sign in to comment.