gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13351 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r13351 - gnunet/src/fs
Date: Thu, 21 Oct 2010 15:26:02 +0200

Author: grothoff
Date: 2010-10-21 15:26:02 +0200 (Thu, 21 Oct 2010)
New Revision: 13351

Modified:
   gnunet/src/fs/perf_gnunet_service_fs_p2p.c
Log:
smaller default perf size

Modified: gnunet/src/fs/perf_gnunet_service_fs_p2p.c
===================================================================
--- gnunet/src/fs/perf_gnunet_service_fs_p2p.c  2010-10-21 13:25:32 UTC (rev 
13350)
+++ gnunet/src/fs/perf_gnunet_service_fs_p2p.c  2010-10-21 13:26:02 UTC (rev 
13351)
@@ -32,12 +32,12 @@
 /**
  * File-size we use for testing.
  */
-#define FILESIZE (1024 * 1024 * 50)
+#define FILESIZE (1024 * 1024 * 1)
 
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 300)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 30)
 
 #define NUM_DAEMONS 2
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]