Skip to content

Commit 7dfaf21

Browse files
committed
change compression setting
1 parent 445e5af commit 7dfaf21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/jagrosh/vortex/Vortex.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ public Vortex() throws Exception
194194
.setRequestTimeoutRetry(true)
195195
.setDisabledCacheFlags(EnumSet.of(CacheFlag.EMOTE, CacheFlag.GAME)) //TODO: dont disable GAME
196196
.setSessionController(new BlockingSessionController())
197-
.setCompressionEnabled(false)
198197
.build();
199198

200199
modlog.start();

0 commit comments

Comments
 (0)