test out how details looks on github with heading tag in summary

This commit is contained in:
2026-06-14 18:25:47 +02:00
parent d6e5499a06
commit c0f910e327
+3 -1
View File
@@ -39,13 +39,15 @@ It's key to remember that the overworld, nether and the end have separate world
## Networking ## Networking
### [server.properties] <details open>
<summary><h3>server.properties</h3></summary>
#### network-compression-threshold #### network-compression-threshold
`Good starting value: 256` `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. 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.
</details>
### [purpur.yml] ### [purpur.yml]