Change peer low water count from 4 to 10.

This commit is contained in:
David Schwartz
2013-08-21 11:18:05 -07:00
parent e8eadae116
commit 32aabc8999

View File

@@ -42,7 +42,7 @@ const int SYSTEM_WEBSOCKET_PUBLIC_PORT = 6563; // XXX Going away.
#define DEFAULT_PEER_START_MAX 5
// Might connect with fewer for testing.
#define DEFAULT_PEER_CONNECT_LOW_WATER 4
#define DEFAULT_PEER_CONNECT_LOW_WATER 10
// Grows exponentially worse.
#define DEFAULT_PATH_SEARCH_SIZE 4