From c0f910e32748b9866e9ae21d2e063f0a7c93560d Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 14 Jun 2026 18:25:47 +0200 Subject: [PATCH] test out how details looks on github with heading tag in summary --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdac487..9f902c5 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,15 @@ It's key to remember that the overworld, nether and the end have separate world ## Networking -### [server.properties] +
+

server.properties

#### network-compression-threshold `Good starting value: 256` 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]