Skip to content

Commit

Permalink
docs(rippled-example.cfg): add P2P link compression (#4753)
Browse files Browse the repository at this point in the history
P2P link compression is a feature added in 1.6.0 by #3287.

https://xrpl.org/enable-link-compression.html

If the default changes in the future - for example, as currently
proposed by #4387 - the comment will be updated at that time.

Fix #4656
  • Loading branch information
florent-uzio authored Oct 6, 2023
1 parent 6ba9450 commit ced14ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,21 @@
#
#
#
# [compression]
#
# true or false
#
# true - enables compression
# false - disables compression [default].
#
# The rippled server can save bandwidth by compressing its peer-to-peer communications,
# at a cost of greater CPU usage. If you enable link compression,
# the server automatically compresses communications with peer servers
# that also have link compression enabled.
# https://xrpl.org/enable-link-compression.html
#
#
#
# [ips]
#
# List of hostnames or ips where the Ripple protocol is served. A default
Expand Down

0 comments on commit ced14ec

Please sign in to comment.