double path build timeouts

pull/20/head
Jeff Becker 6 years ago
parent a8f7a26c00
commit dd8dd7430b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -24,7 +24,7 @@
#define MAXHOPS (8)
#define DEFAULT_PATH_LIFETIME (10 * 60 * 1000)
#define PATH_BUILD_TIMEOUT (15 * 1000)
#define PATH_BUILD_TIMEOUT (30 * 1000)
#define MESSAGE_PAD_SIZE (512)
namespace llarp

@ -8,7 +8,7 @@ namespace llarp
namespace path
{
// milliseconds waiting between builds on a path
constexpr llarp_time_t MIN_PATH_BUILD_INTERVAL = 5 * 1000;
constexpr llarp_time_t MIN_PATH_BUILD_INTERVAL = 10 * 1000;
struct Builder : public PathSet
{

Loading…
Cancel
Save