From: Christian Grothoff Date: Sun, 4 Apr 2010 21:29:32 +0000 (+0000) Subject: faster X-Git-Tag: initial-import-from-subversion-38251~22295 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ecd7e5a64fca8678d585ba9f6d6b7e217c44ff33;p=oweals%2Fgnunet.git faster --- 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) /**