Fix incorrect key in config sample
"transport.tcp.port" is used to configure netty, not "transport.port"
This commit is contained in:
parent
deba81007f
commit
38338e7fdb
|
@ -200,7 +200,7 @@
|
||||||
|
|
||||||
# Set a custom port for the node to node communication (9300 by default):
|
# 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):
|
# Enable compression for all communication between nodes (disabled by default):
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue