W32 is too slow
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 06:36:56 +0000 (06:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 06:36:56 +0000 (06:36 +0000)
src/statistics/statistics_api.c

index 290a7b93fe3afdcd96b4397f8b663fc6816a04d5..b1d9b85aa8568223c739dd98b2bc65332194bc1e 100644 (file)
@@ -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)
 
 
 /**