Bump rhizome idle timeout for congested links

This commit is contained in:
Jeremy Lakeman 2013-09-17 12:07:20 +09:30
parent 926665e860
commit 38fe34e6e5

View File

@ -73,7 +73,7 @@ extern time_ms_t rhizome_voice_timeout;
#define RHIZOME_PRIORITY_SERVAL_BULK 1 #define RHIZOME_PRIORITY_SERVAL_BULK 1
#define RHIZOME_PRIORITY_NOTINTERESTED 0 #define RHIZOME_PRIORITY_NOTINTERESTED 0
#define RHIZOME_IDLE_TIMEOUT 10000 #define RHIZOME_IDLE_TIMEOUT 20000
#define EXISTING_BUNDLE_ID 1 #define EXISTING_BUNDLE_ID 1
#define NEW_BUNDLE_ID 2 #define NEW_BUNDLE_ID 2