Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into neverfeature
Browse files Browse the repository at this point in the history
* upstream/develop:
  Update documented pathfinding configuration defaults: (XRPLF#4409)
  • Loading branch information
ximinez committed Feb 9, 2023
2 parents b41abd4 + 8f51493 commit 72d1ab3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,9 @@
# When searching for paths, the default search aggressiveness. This can take
# exponentially more resources as the size is increased.
#
# The default is: 7
# The recommended value to support advanced pathfinding is: 7
#
# The default is: 2
#
# [path_search_fast]
# [path_search_max]
Expand All @@ -767,12 +769,19 @@
# If you do not need pathfinding, you can set path_search_max to zero to
# disable it and avoid some expensive bookkeeping.
#
# The default for 'path_search_fast' is 2. The default for 'path_search_max' is 10.
# To support advanced pathfinding the recommended value for
# 'path_search_fast' is 2, and for 'path_search_max' is 10.
#
# The default for 'path_search_fast' is 2. The default for 'path_search_max' is 3.
#
# [path_search_old]
#
# For clients that use the legacy path finding interfaces, the search
# aggressiveness to use. The default is 7.
# aggressiveness to use.
#
# The recommended value to support advanced pathfinding is: 7.
#
# The default is: 2
#
#
#
Expand Down

0 comments on commit 72d1ab3

Please sign in to comment.