Removing compression from the remote pipeline since it has caused nothing but headaches and less-than-desired performance

This commit is contained in:
Viktor Klang 2011-09-19 14:04:08 +02:00
parent d926b05fae
commit f993219f91
4 changed files with 4 additions and 24 deletions

View file

@ -128,9 +128,6 @@ akka {
# secure-cookie = "050E0A0D0D06010A00000900040D060F0C09060B" # generate your own with '$AKKA_HOME/scripts/generate_secure_cookie.sh' or using 'Crypt.generateSecureCookie'
secure-cookie = ""
compression-scheme = "zlib" # Options: "zlib" (lzf to come), leave out for no compression
zlib-compression-level = 6 # Options: 0-9 (1 being fastest and 9 being the most compressed), default is 6
layer = "akka.cluster.netty.NettyRemoteSupport"
server {