You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ See [config.json](sample/config.json)
57
57
|servers.websockets.path|string|URL pattern for the WebSockets endpoint|
58
58
|servers.websockets.maxPayloadLength|number|The maximum length of received message|
59
59
|servers.websockets.midleTimeout|number|The maximum amount of seconds that may pass without sending or getting a message. Being idle for more than this, and the connection is severed.|
60
-
|servers.websockets.mcompression|0,1,2|0 = no compression, 1 = shared compressor, 2 = dedicated compressor (see [details](https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md#settings))|
60
+
|servers.websockets.compression|0,1,2|0 = no compression, 1 = shared compressor, 2 = dedicated compressor (see [details](https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md#settings))|
61
61
|tracker.maxOffers|number|The maximum number of client's WebRTC SDP offers that are processed|
62
62
|tracker.announceInterval|number|Desired announce interval in seconds required from the clients|
0 commit comments