update comment

This commit is contained in:
James Seibel
2026-05-20 17:30:53 -05:00
parent faa4fa3782
commit 5b4029f0ad
@@ -1438,8 +1438,8 @@ public class Config
public static ConfigEntry<EDhApiDataCompressionMode> dataCompression = new ConfigEntry.Builder<EDhApiDataCompressionMode>()
.set(EDhApiDataCompressionMode.Z_STD_BLOCK)
// only visible via the file since there is no reason to use any compressor except ZStandard as of 2025-11-24
// the only reason this hasn't been fully removed is due to some people having issues specifically with ZSTD
// only visible via the API since there is no reason to use any compressor except ZStandard as of 2025-11-24
// Note: this may need to be re-visited since some people (android) have issues with ZStd
.setAppearance(EConfigEntryAppearance.ONLY_IN_FILE)
.build();