We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445e5af commit 7dfaf21Copy full SHA for 7dfaf21
src/main/java/com/jagrosh/vortex/Vortex.java
@@ -194,7 +194,6 @@ public Vortex() throws Exception
194
.setRequestTimeoutRetry(true)
195
.setDisabledCacheFlags(EnumSet.of(CacheFlag.EMOTE, CacheFlag.GAME)) //TODO: dont disable GAME
196
.setSessionController(new BlockingSessionController())
197
- .setCompressionEnabled(false)
198
.build();
199
200
modlog.start();
0 commit comments