Add [max_peers] doc to example cfg

This commit is contained in:
Vinnie Falco
2014-04-16 12:22:54 -07:00
parent 65f496fefb
commit 6f8145b696

View File

@@ -91,6 +91,8 @@
# One IPv4 address or domain names per line is allowed. A port may optionally
# be specified after adding a space to the address.
#
#
#
# [peer_ip]
#
# IP address or domain to bind to allow external connections from peers.
@@ -123,6 +125,8 @@
# to configure your server instance to receive PROXY Protocol handshakes,
# and also to restrict access to your instance to the Elastic Load Balancer.
#
#
#
# [peer_private]
#
# 0 or 1.
@@ -132,6 +136,15 @@
#
#
#
# [max_peers]
#
# The largest number of desired peer connections (incoming or outgoing).
# Cluster and fixed peers do not count towards this total. There are
# implementation-defined lower limits imposed on this value for security
# purposes.
#
#
#
# [peer_ssl_cipher_list]
#
# A colon delimited string with the allowed SSL cipher modes for peer. The
@@ -806,7 +819,7 @@ file_size_mb=8
file_size_mult=2
[database_path]
/var/lib/ripple/db
/var/lib/rippled/db
# This needs to be an absolute directory reference, not a relative one.
# Modify this value as required.