From 05095ec71d4955bf8d476dcd3b5fbe9c83607ce0 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 9 Apr 2013 14:13:17 -0700 Subject: [PATCH] Temporarily revert part of previous patch. --- rippled-example.cfg | 2 +- src/cpp/ripple/Config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rippled-example.cfg b/rippled-example.cfg index 4e8c1e7b3..74aa1b464 100644 --- a/rippled-example.cfg +++ b/rippled-example.cfg @@ -251,7 +251,7 @@ # When searching for paths, the maximum number of nodes allowed. This can take # exponentially more resources as the size is increasded. # -# The default is: 6 +# The default is: 5 # # [rpc_startup] # Specify a list of RPC commands to run at startup. diff --git a/src/cpp/ripple/Config.h b/src/cpp/ripple/Config.h index 58158ca0d..2f31731e6 100644 --- a/src/cpp/ripple/Config.h +++ b/src/cpp/ripple/Config.h @@ -51,7 +51,7 @@ const int SYSTEM_WEBSOCKET_PUBLIC_PORT = 6563; // XXX Going away. #define DEFAULT_PEER_CONNECT_LOW_WATER 4 // Grows exponentially worse. -#define DEFAULT_PATH_SEARCH_SIZE 6 +#define DEFAULT_PATH_SEARCH_SIZE 5 enum SizedItemName {