From 2489cf196f72cb10947f62d5f90384fc0406083a Mon Sep 17 00:00:00 2001 From: granny Date: Thu, 4 Mar 2021 19:09:54 -0800 Subject: [PATCH] [Networking] redundant clarification It's already established in the previous sentence.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d427791..088f052 100644 --- a/README.md +++ b/README.md @@ -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`]