Skip to content

Commit

Permalink
Update src/main/java/org/opentripplanner/standalone/server/GrizzlySer…
Browse files Browse the repository at this point in the history
…ver.java

Co-authored-by: Joel Lappalainen <[email protected]>
  • Loading branch information
leonardehrenfried and optionsome authored Oct 27, 2023
1 parent ed8c514 commit e0a5deb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void run() {
);
httpListener.setSecure(false);

// For the HTTP listeners: enable gzip compression, set thread pool, add listener to httpServer.
// For the HTTP listener: enable gzip compression, set thread pool, add listener to httpServer.
CompressionConfig cc = httpListener.getCompressionConfig();
cc.setCompressionMode(CompressionConfig.CompressionMode.ON);
cc.setCompressionMinSize(50000); // the min number of bytes to compress
Expand Down

0 comments on commit e0a5deb

Please sign in to comment.