try tweaking timeout

pull/417/head
Jeff Becker 5 years ago
parent 2eb6d8a3ae
commit dc36856922
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -28,7 +28,7 @@
#define DEFAULT_PATH_LIFETIME (10 * 60 * 1000)
#define PATH_BUILD_TIMEOUT (15 * 1000)
#define MESSAGE_PAD_SIZE (128)
#define PATH_ALIVE_TIMEOUT (10 * 1000)
#define PATH_ALIVE_TIMEOUT (30 * 1000)
namespace llarp
{

Loading…
Cancel
Save