Disable enableAdaptiveTransferSpeed bby default

This commit is contained in:
s809
2025-07-01 22:03:12 +05:00
parent b7ac1909d6
commit b3ebaffa85
@@ -1714,7 +1714,7 @@ public class Config
+ "")
.build();
public static ConfigEntry<Boolean> enableAdaptiveTransferSpeed = new ConfigEntry.Builder<Boolean>()
.set(true)
.set(false)
.comment(""
+ "Enables adaptive transfer speed based on client performance.\n"
+ "If true, DH will automatically adjust transfer rate to minimize connection lag.\n"