From ecd7e5a64fca8678d585ba9f6d6b7e217c44ff33 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Apr 2010 21:29:32 +0000 Subject: [PATCH] faster --- src/arm/arm_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c index dd48edd5b..6e707cd1b 100644 --- a/src/arm/arm_api.c +++ b/src/arm/arm_api.c @@ -37,7 +37,7 @@ * How long are we willing to wait for a service operation during the multi-operation * request processing? */ -#define MULTI_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) +#define MULTI_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) /** -- 2.25.1