diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-04 21:29:32 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-04 21:29:32 +0000 |
commit | bf8e16f4921e9d2eb68350ea0ce584386a07477c (patch) | |
tree | 4d7cc767a42b58e6dbf0f24b513fce9f7a8c429b /src/arm/arm_api.c | |
parent | 34c233d18bdcbaf6d00e92710841992b1fd762b3 (diff) |
faster
git-svn-id: https://gnunet.org/svn/gnunet@10776 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/arm/arm_api.c')
-rw-r--r-- | src/arm/arm_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c index dd48edd5b3..6e707cd1ba 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) /** |