From: Christian Grothoff Date: Tue, 14 Jun 2011 06:36:56 +0000 (+0000) Subject: W32 is too slow X-Git-Tag: initial-import-from-subversion-38251~18237 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8bbafd6c2a3f68b67d82dfb221221ab37ea4064d;p=oweals%2Fgnunet.git W32 is too slow --- diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c index 290a7b93f..b1d9b85aa 100644 --- a/src/statistics/statistics_api.c +++ b/src/statistics/statistics_api.c @@ -38,7 +38,7 @@ * a value times out? (The update will be lost if the * service does not react within this timeframe). */ -#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250) +#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2) /**