faster
authorChristian Grothoff <christian@grothoff.org>
Sun, 4 Apr 2010 21:29:32 +0000 (21:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 4 Apr 2010 21:29:32 +0000 (21:29 +0000)
src/arm/arm_api.c

index dd48edd5b3423f9dac2bbc744bc64ab6a6cc5f04..6e707cd1bacb486816fe039107b373a5bb535ee2 100644 (file)
@@ -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)
 
 
 /**