aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 06:36:56 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 06:36:56 +0000
commit8bbafd6c2a3f68b67d82dfb221221ab37ea4064d (patch)
treee1de8e640a690046bee7709556d611e873c1fa40 /src/statistics
parentcd8dfedfe3b3cc515925969148d5017ca6a26092 (diff)
downloadgnunet-8bbafd6c2a3f68b67d82dfb221221ab37ea4064d.tar.gz
gnunet-8bbafd6c2a3f68b67d82dfb221221ab37ea4064d.zip
W32 is too slow
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/statistics_api.c2
1 files changed, 1 insertions, 1 deletions
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 @@
38 * a value times out? (The update will be lost if the 38 * a value times out? (The update will be lost if the
39 * service does not react within this timeframe). 39 * service does not react within this timeframe).
40 */ 40 */
41#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250) 41#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2)
42 42
43 43
44/** 44/**