Files
xahaud/src/ripple/core
Nik Bougalis 7edfbbd8bd Disable pathfinding indexing on validator nodes:
The pathfinding engine requires pre-building large tables which is a
resource-intensive operation. Typically, one would not expect that a
server configured as a validator would also support pathfinding APIs
and so, building those tables by default wastes resources.

This commit, if merged, will disable pathfinding on servers that are
configured as validators, unless the server operator opts to support
it explicitly, by configuring the `[path_search_max]` parameter.

Validator operators that wish to support pathfinding on a validator
and want to use the default values can add the following stanza to
their server's configuration file:

    [path_search_max]
    7
2021-11-17 20:52:18 -08:00
..
2021-11-17 20:52:11 -08:00
2021-11-17 20:52:11 -08:00
2021-11-17 20:52:11 -08:00
2021-07-27 11:35:50 -07:00
2021-06-01 15:36:28 -07:00