Skip to content

Commit f7fc397

Browse files
authored
Fixed typo
1 parent 7fb8564 commit f7fc397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ See [config.json](sample/config.json)
5757
|servers.websockets.path|string|URL pattern for the WebSockets endpoint|
5858
|servers.websockets.maxPayloadLength|number|The maximum length of received message|
5959
|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))|
6161
|tracker.maxOffers|number|The maximum number of client's WebRTC SDP offers that are processed|
6262
|tracker.announceInterval|number|Desired announce interval in seconds required from the clients|
6363

0 commit comments

Comments
 (0)