Fix incorrect key in config sample

"transport.tcp.port" is used to configure netty, not "transport.port"
This commit is contained in:
Florian Gilcher 2011-11-29 00:19:13 +01:00 committed by Shay Banon
parent deba81007f
commit 38338e7fdb
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
# Set a custom port for the node to node communication (9300 by default):
#
# transport.port: 9300
# transport.tcp.port: 9300
# Enable compression for all communication between nodes (disabled by default):
#