[Networking] redundant clarification

It's already established in the previous sentence..
This commit is contained in:
granny
2021-03-04 19:09:54 -08:00
parent a2fa275159
commit 2489cf196f
+1 -1
View File
@@ -71,7 +71,7 @@ It's key to remember that the overworld, nether and the end have separate world
#### [`server.properties`]
##### network-compression-threshold
This allows you to set the cap for the size of a packet before the server attempts to compress it. Setting it higher can save some cpu resources at the cost of bandwidth, and setting it to -1 disables it. Setting this higher may also hurt clients with slower network connections. If your server is in a network with a proxy or on the same machine (with less than 2 ms ping), disabling this (-1) will be beneficial, since internal network speeds can usually handle the additional uncompressed traffic. Never disable this unless you are on the same machine or behind a proxy.
This allows you to set the cap for the size of a packet before the server attempts to compress it. Setting it higher can save some cpu resources at the cost of bandwidth, and setting it to -1 disables it. Setting this higher may also hurt clients with slower network connections. If your server is in a network with a proxy or on the same machine (with less than 2 ms ping), disabling this (-1) will be beneficial, since internal network speeds can usually handle the additional uncompressed traffic.
#### [`purpur.yml`]