conf: synchronize internode_compression between scylla.yaml and code

Our default is "none", to give reasonable performance, so have scylla.yaml
reflect that.

(cherry picked from commit 9df4ac53e5)
This commit is contained in:
Avi Kivity
2016-08-03 16:50:48 +03:00
committed by Pekka Enberg
parent 93981aaa93
commit fa81385469

View File

@@ -784,7 +784,7 @@ commitlog_total_space_in_mb: -1
# can be: all - all traffic is compressed
# dc - traffic between different datacenters is compressed
# none - nothing is compressed.
# internode_compression: all
# internode_compression: none
# Enable or disable tcp_nodelay for inter-dc communication.
# Disabling it will result in larger (but fewer) network packets being sent,