mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Temporarily revert part of previous patch.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user