aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/gnunet-service-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 5f858e596..afab2b0e0 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -79,7 +79,7 @@
79/** 79/**
80 * What is the maximum delay for a SET_KEY message? 80 * What is the maximum delay for a SET_KEY message?
81 */ 81 */
82#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 82#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
83 83
84/** 84/**
85 * What how long do we wait for SET_KEY confirmation initially? 85 * What how long do we wait for SET_KEY confirmation initially?